Loading Tool

Explorer IconExplorer

Memory Pool

35,991 transactions
28.93 vMB
0.12496004 BTC
Random Selection Loading Transactions
Max Size: 143.98/200 MB

Candidate Block

Mining Attempt 6333a9aa512fc327640b2990b11f66fc2ee9d8c4f2c67f14308e9c00672c5518
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 39248139f04b272b70ec04698d390cf751f1ef9bf26009e9d2cf31d668a07bf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.06565714 BTC
Feerates: 208.44 > 6.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (798,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,083 116,083 0000000000008b3c0bb2876b5db510b22758bf5a1c80a5d2f02cc16a233ef65f 11 0.00/1.00 vMB 612
116,082 116,082 000000000000cbab5f4a0ac3b173c6b1d4382f043f534e8a19a3020f22def82f 4 0.00/1.00 vMB 2,340
116,081 116,081 000000000000d850f7b3de4c7bd7cf0b1d914771188f280e539bf311f72772c2 10 0.00/1.00 vMB 335
116,080 116,080 000000000000708985b8df1922835adea7aeaf2fad7fd09288a8da457f47ba2a 13 0.00/1.00 vMB 528
116,079 116,079 000000000000b275d69cf554e54f16b92e9e3d5f8e955678e74e99fbc8411cd1 11 0.00/1.00 vMB 289
116,078 116,078 00000000000030dd4c17fd69fc0320c41d0f0f20b8ead2a4626c737fd7924d06 26 0.01/1.00 vMB 434
116,077 116,077 000000000000c605f3d23d8787b276f2a7fdee73f907f2a4374103233b5f7899 1 0.00/1.00 vMB 0
116,076 116,076 00000000000080e47d4209f80c65fcfcec306c76d9dc6c932fbee88f89cff97d 12 0.00/1.00 vMB 1,078
116,075 116,075 000000000000d8f4b1a7c8fd4ac8c40021b45818a2da41d3f7d737e5b097ba5e 1 0.00/1.00 vMB 0
116,074 116,074 0000000000001c6c339407b42445e8d0a4971071b7d4df9a9fde727579efe8f5 9 0.00/1.00 vMB 317
116,073 116,073 000000000000691c998bb350e57d4dfff992ca0a32d7cc9dc067cea2bd609057 1 0.00/1.00 vMB 0
116,072 116,072 00000000000061215ce95d60e3f57cdd27cb743a4dbf9546ad646dd253b55154 1 0.00/1.00 vMB 0
116,071 116,071 000000000000591b7b53815787e25d10b8aa547314afe745ae3f6a274e88f47f 5 0.00/1.00 vMB 0
116,070 116,070 0000000000005766d31de220253a4e202071504fdfe213180777ba1623e1bd4c 7 0.00/1.00 vMB 0
116,069 116,069 00000000000014bc6f49930cde48f1bc8cebf6b0e560ecfc7676166113625bf8 9 0.00/1.00 vMB 306
116,068 116,068 000000000000a6057f9bebff120f2ec31625adb0969492fb8dcd765c09ba35eb 11 0.01/1.00 vMB 677
116,067 116,067 0000000000008ccb4b2f55f7a40d35dca9fcaa4628e60c5bb29dcf120ad1f6a1 10 0.00/1.00 vMB 0
116,066 116,066 000000000000187e4c5bd9a741d24fd25aa95eb50c05ab8970031bc3d648ac0d 2 0.00/1.00 vMB 3,861
116,065 116,065 00000000000028eac44768a640a7d75672bfa06878753493c6c145f8217b32ac 1 0.00/1.00 vMB 0
116,064 116,064 000000000000bc5cd2510b68d45f0a5ebb44baafe76451669356bbc2f070a70d 7 0.00/1.00 vMB 817
116,063 116,063 0000000000009bfa8d2d5f5a0f6e97d9a2a0b278060bbe0cb7436ba641123e03 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.94 GB
    • Received: 11.10 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.