Loading Tool

Explorer IconExplorer

Memory Pool

42,177 transactions
30.47 vMB
0.06916543 BTC
Random Selection Loading Transactions
Max Size: 154.71/200 MB

Candidate Block

Mining Attempt 271e4572df6ed019d1dad17a98c99602cfbe8c8b21848aa307ae681807c0c53c
Version 20000000
Previous Block 000000000000000000014580847fb227a665ecc652dad70d8c2ba38d4b50bb29
Merkle Root fce7ebe23a92c4d4c36781670e027a791d26abbac485f0ee529969ef08e16684
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,428
Size: 1.00 vMB
Total Fees: 0.00827994 BTC
Feerates: 151.03 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,447 (847,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,860 66,860 000000000030b78fd61a1dd2a9117921f940a1ace15cdda017529488e242297f 2 0.00/1.00 vMB 0
66,859 66,859 00000000002e2006f224840c0669cec9a1b0bb699c2d44d505cf944857de1bc0 3 0.00/1.00 vMB 0
66,858 66,858 0000000000f519be1d99c124a59394203447c223bee31204c519d917e8d4f58c 5 0.00/1.00 vMB 0
66,857 66,857 000000000403c745f4d8b3a01edf514d5b6868df66bf6013b9ea322b261afc1c 5 0.00/1.00 vMB 0
66,856 66,856 00000000013e1728443eaa598a3131afdf7aa04a6746a6c2fec9d986b1d27285 3 0.00/1.00 vMB 0
66,855 66,855 0000000001bdec74ac3eb7b4a5a2ef7ce6e191e831dac5fa74e131aa01c1e002 2 0.00/1.00 vMB 0
66,854 66,854 0000000003f0b3ed028d48627a9838c97ece54140e338d1c4f8295ec74bb331f 7 0.00/1.00 vMB 0
66,853 66,853 000000000137a08e58c7fe64151f9348a20940ef7cff711003c0f28ec22abc66 8 0.00/1.00 vMB 0
66,852 66,852 00000000019c81c1a4bc82759ac28468c28fde9a90911db9865014ce097afb40 2 0.00/1.00 vMB 0
66,851 66,851 0000000001d3874a52243f6e430bf5e11806bb50e4604055f5de5b379b76895d 12 0.00/1.00 vMB 0
66,850 66,850 000000000175557857ea07914153bcd00d2806b1c5e4249085521b954e464f2e 3 0.00/1.00 vMB 0
66,849 66,849 000000000055d530d7aa1bf7a292fbc86baa6d34dfb34ad50922a0529c7d0e77 4 0.00/1.00 vMB 0
66,848 66,848 0000000001366cd03b07cae34c29cf35f47dbac702073b119ee7b987fca7abfa 1 0.00/1.00 vMB 0
66,847 66,847 00000000018eb69ba7d1bfbc724b72dbe819824812d00f93c5fd5ffe872a21da 4 0.00/1.00 vMB 0
66,846 66,846 0000000004b927a86be9cf47d4c2a2511b0b00f045f3adc0258b95e2d19f2a74 2 0.00/1.00 vMB 0
66,845 66,845 00000000055fac26b09341ee9e887190aaaec2e751465e18f411b04c7e874ce7 1 0.00/1.00 vMB 0
66,844 66,844 0000000002e2ca42cb19be119e709c6f7455650221f5fee7a2a0385bcbcd5e1a 4 0.00/1.00 vMB 0
66,843 66,843 0000000000c615c998b99cac564d91ee1d276a05fe18f74645c6d3fd01fedab9 7 0.00/1.00 vMB 0
66,842 66,842 000000000429b6eb9b6076c1d5dca63b7a4d367f3af3fed14b181fd05a953296 2 0.00/1.00 vMB 0
66,841 66,841 00000000027840d7d3e5a6fe42ddee02cf707bc6cc669741d4a13d1322d7f595 1 0.00/1.00 vMB 0
66,840 66,840 00000000055fb29bba30c4903f1c1832935262d6824efd693a1cca993d78e9d8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.40 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: 603.85 GB
    • Received: 10.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.