Loading Tool

Explorer IconExplorer

Memory Pool

41,795 transactions
26.54 vMB
0.07915916 BTC
Random Selection Loading Transactions
Max Size: 139.30/200 MB

Candidate Block

Mining Attempt e43b10dd49a36140a817c931f6bc1875283a8242875c5b5265a8579b72107544
Version 20000000
Previous Block 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b
Merkle Root c811ff3dda87e8575450dc92bf9a4e0ce64019f75ab6b224328edc12bda442a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,218
Size: 1.00 vMB
Total Fees: 0.03028695 BTC
Feerates: 101.66 > 3.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,910 (128,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,682 786,682 0000000000000000000003cf8c1e0b3fb1c181ee1e6c6c39c21cf722a3fc1221 4,329 1.00/1.00 vMB 11
786,681 786,681 000000000000000000015489e1cbb362ccc8d76d65b11c188c726c30025944ea 4,684 1.00/1.00 vMB 10
786,680 786,680 00000000000000000000f51440ad69222f84657ffcd454804319af24d6cdc5e3 3,663 1.00/1.00 vMB 4
786,679 786,679 000000000000000000037673d996a5b8e46ea06af3190833d532d0a51ee21774 3,264 1.00/1.00 vMB 18
786,678 786,678 0000000000000000000248cbda7c9d2ee925b2c86c85292f047a4108bee689b8 3,566 1.00/1.00 vMB 6
786,677 786,677 00000000000000000000b4b472b90ea27c0be4778e0a285332cbe976a1574afe 3,220 1.00/1.00 vMB 17
786,676 786,676 000000000000000000023a036f7f9ef7a4a1e37f1cbad3caf2b6638664793dce 3,809 1.00/1.00 vMB 21
786,675 786,675 00000000000000000000ed3caaecd844d2f1af23747b36e6cbd8eeb542435a83 3,335 1.00/1.00 vMB 12
786,674 786,674 0000000000000000000312725986a5cf88f5839ca79e7f8d215a5942442e701b 1,727 1.00/1.00 vMB 13
786,673 786,673 000000000000000000001933e246038597f4c6c6964de083d87c6f8133c4568a 4,042 1.00/1.00 vMB 4
786,672 786,672 000000000000000000049041240283d19633dbf8a26e1689f521bf7cacc5e230 3,630 1.00/1.00 vMB 2
786,671 786,671 000000000000000000016f3189752191edc2b0fef7b52b8d8833a23a5cd2d42a 3,691 1.00/1.00 vMB 11
786,670 786,670 00000000000000000003ec807bba516429a3df120e4677d291beacfb8b30054b 3,389 1.00/1.00 vMB 13
786,669 786,669 00000000000000000003ea299297f8ee03d0430fe951f4907a0986bf1065b8db 2,623 1.00/1.00 vMB 3
786,668 786,668 000000000000000000030c61b403e8ea30ea50b45357cd8d8216be850e1d2937 3,886 1.00/1.00 vMB 12
786,667 786,667 00000000000000000000b4064a2ad4ad252cd149d84dea3b6b536e4222d9f2be 3,097 1.00/1.00 vMB 12
786,666 786,666 0000000000000000000024c4dc479aa74e4d9c6ef0472457e1613dd382cab65f 3,336 1.00/1.00 vMB 22
786,665 786,665 0000000000000000000512737f9c8e2d883b672493fe2ed9f3abb34672f148a2 1,924 1.00/1.00 vMB 14
786,664 786,664 00000000000000000001513db8f2b4f8994445612bb6ba0f377ac8a8adb33b17 3,549 1.00/1.00 vMB 9
786,663 786,663 00000000000000000001b8611c89d0fa4e07fb63e7e8c3b504c06126e8df667e 2,072 1.00/1.00 vMB 8
786,662 786,662 00000000000000000000a8cb688edb0f20c3883d6a11c27124b82b16b3654032 3,464 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.23 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: 654.89 GB
    • Received: 14.21 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.