Loading Tool

Explorer IconExplorer

Memory Pool

14,122 transactions
12.98 vMB
0.01411146 BTC
Random Selection Loading Transactions
Max Size: 73.45/200 MB

Candidate Block

Mining Attempt 2484a0a6aa209ad43a215df7f71a9000fc72cfbb3547c469de498344267588ea
Version 20000000
Previous Block 0000000000000000000038b462d6d71e9fb10cbb6bea1befa8b1a00f53358069
Merkle Root 4b647688e568d0180eebb238c9b6ba8590aec75b05799e9ce721d1900bba86d2
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 7,795
Size: 1.00 vMB
Total Fees: 0.00129086 BTC
Feerates: 15.57 > 0.13 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,928 (59 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,869 938,869 00000000000000000000bf9861a2695a2d2d2fc1dd44e283aa1d21d53563347a 4,079 1.00/1.00 vMB 0
938,868 938,868 000000000000000000006eb2f7b2133c303d55b1d18a2fd4e8e4671c16b6ffb5 1,811 0.47/1.00 vMB 2
938,867 938,867 000000000000000000008f736d19a834f0801baf7f85dff96c38fcd22e53476e 1,914 0.57/1.00 vMB 2
938,866 938,866 00000000000000000001bf98deda55eab2e0dc855257e2734b39f7b1833bebda 1,288 1.00/1.00 vMB 0
938,865 938,865 000000000000000000010f7856eb3d0e3bd5e7297a34d14a46a989df56854ac5 2,054 1.00/1.00 vMB 0
938,864 938,864 000000000000000000018d1520dddf40607b513a7a5ba74d6227a937bf119f44 3,693 1.00/1.00 vMB 1
938,863 938,863 00000000000000000001279eebde14c0bfdeeb9439fc3cdb26c29583d071ae7a 503 0.15/1.00 vMB 2
938,862 938,862 000000000000000000008999c6267f41bb9732519594f95cb09101a0dfb57420 2,899 1.00/1.00 vMB 0
938,861 938,861 000000000000000000009cfa9d6d5d0168e0404c9be4d140093d8935a9703fe7 2,716 0.87/1.00 vMB 2
938,860 938,860 0000000000000000000040d01047cd891d9c6e4ce2060ef11b61f9feed00eddc 5,093 1.00/1.00 vMB 0
938,859 938,859 00000000000000000000c07d0076d6bc06e513fa29d7b9f3bf81bfb8960feb69 401 0.13/1.00 vMB 2
938,858 938,858 0000000000000000000085cb12e794d8364e070184f591caaf397ca607117f44 3,908 1.00/1.00 vMB 0
938,857 938,857 00000000000000000001cc302e8b7ae95717610c7b6f0fa775cf4c45d0dafb12 3,508 1.00/1.00 vMB 3
938,856 938,856 00000000000000000001896cf1125f0d48323554754e4e80f54b189b51d5045b 2,182 1.00/1.00 vMB 0
938,855 938,855 000000000000000000012c2194d31367747b06cba94f6befc558ede4bb7f07f7 1,202 0.29/1.00 vMB 2
938,854 938,854 00000000000000000001942c32bc3a9e62d5302aa7bda0aaaae085f3b71a2b3e 5,205 1.00/1.00 vMB 0
938,853 938,853 00000000000000000001ab804d87f102375af7b5f66092008f309ee8de1da26e 4,079 1.00/1.00 vMB 0
938,852 938,852 000000000000000000001d9095c3ec76340032f6ffe3afd4b73c2e0b57634c52 4,615 1.00/1.00 vMB 0
938,851 938,851 00000000000000000000f881cd877edd5df2203b7bf7e0f470014bb0f32812b0 3,580 1.00/1.00 vMB 1
938,850 938,850 00000000000000000000f1e6a44fdd8f2d1953d4e1f927a5e727df1c6a8ef28e 4,872 1.00/1.00 vMB 0
938,849 938,849 00000000000000000001d1b2d3c720204269fa0e425ac8ebe81cd4489fdbea93 3,322 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 824.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,209.87 GB
    • Received: 230.51 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.