Loading Tool

Explorer IconExplorer

Memory Pool

82,219 transactions
31.36 vMB
0.08721493 BTC
Random Selection Loading Transactions
Max Size: 190.50/200 MB

Candidate Block

Mining Attempt dbaa85ad199c30562a5e2a46ad99ef6226a536e3de59cd701e74f2d926fc34bd
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 8ef2a06a56c6e68f01b6cf4bdd64e57d96845c49cee56e304108254a584aae2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.01924794 BTC
Feerates: 73.20 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (541,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,486 373,486 000000000000000005e2ef8c8aa9f5b51f58d3782b7bd68aefb141494c813456 111 0.05/1.00 vMB 43
373,485 373,485 000000000000000001f4cf4656a40e106bdab9b50ac6ec16b238169bc0e22332 220 0.09/1.00 vMB 64
373,484 373,484 00000000000000000fa536c1864d07a8101e2f7345d6b816537d1f05970f50b9 350 0.21/1.00 vMB 33
373,483 373,483 000000000000000002104a1927dcc68f9617b2fb22f90599171af1398136bc5b 1,257 0.92/1.00 vMB 36
373,482 373,482 0000000000000000057f046f8f8193a5c0f7d170ec864cad39bde02e48b3082f 2,099 0.75/1.00 vMB 59
373,481 373,481 000000000000000007940ca11a5643297c1a6cdf2c2c884a60ea8bfe9b1964f4 1,927 1.00/1.00 vMB 41
373,480 373,480 00000000000000000388e27b9007ddcbf9060cb654bb81151f94a77a4c54afbb 1 0.00/1.00 vMB 0
373,479 373,479 00000000000000000bd0508f4a26a86bb8f3066a4ab882de9bb3e84869a6637a 834 0.92/1.00 vMB 11
373,478 373,478 00000000000000000120ecd1ef26d5f20d4cbcafb081f426fc3498ebea06cc37 141 0.07/1.00 vMB 39
373,477 373,477 00000000000000000696afec6cb60183e438283e720ac8ffd1826eed54135e07 1,503 1.00/1.00 vMB 35
373,476 373,476 000000000000000004d8c4d94730f29e88889011588078d2f8b5b292882c2978 547 0.42/1.00 vMB 28
373,475 373,475 0000000000000000046d3354d3a29908df14b42dcf3722ec8354bbf76f5edfe3 180 0.09/1.00 vMB 40
373,474 373,474 0000000000000000091204138981d1326aafe1cd551f66cd46098c7f267747b6 1,938 0.93/1.00 vMB 45
373,473 373,473 000000000000000004597c20aa22e2a889a3b2f5aa4509001c888888dedce263 139 0.06/1.00 vMB 35
373,472 373,472 00000000000000000d35f074bd4d49213bbe1c2a5e00aac8dd2444ea033ee9db 1 0.00/1.00 vMB 0
373,471 373,471 00000000000000000e54d8efc8b6d7bc4fd4ebe8db4b5e8642b496d1dc1b6f3e 332 0.21/1.00 vMB 36
373,470 373,470 00000000000000000e69e0f8e10d0af1fc05f31df0c6675275b43375d265f70b 1,536 1.00/1.00 vMB 43
373,469 373,469 00000000000000000e23b6133df0a1b0f1c12956777e27c5e4c54a9f7344c599 1,557 1.00/1.00 vMB 29
373,468 373,468 00000000000000000577ed67cbbefea67e1e26c3df0cf197e447d53b59a4b95c 2,189 0.95/1.00 vMB 50
373,467 373,467 00000000000000000eab4518dbe07dfb0efdfd9314765831a7edbc7d9c120a46 1,109 0.61/1.00 vMB 32
373,466 373,466 000000000000000007e19266857fa50e58e821e4a6ee031ea3350ca59f22bbed 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.