Loading Tool

Explorer IconExplorer

Memory Pool

81,488 transactions
30.95 vMB
0.08676963 BTC
Random Selection Loading Transactions
Max Size: 187.59/200 MB

Candidate Block

Mining Attempt 25489e89e6b2845ccaecdb828394f55978d7d3d673c7119cb6ee3df639db982e
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 059b5b6ce12b1f1a985a701fc07687ebc3c1c8c036732450563d60c25d8c880f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,064
Size: 1.00 vMB
Total Fees: 0.01412492 BTC
Feerates: 115.63 > 1.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (507,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,572 407,572 00000000000000000050062fc84a5e025efb4fe2f5e2ec4f0e5cf17919ecd4e6 376 0.21/1.00 vMB 37
407,571 407,571 0000000000000000042511a72e31c85cb1c8f1c2bbac33f1e564705134113cc4 361 0.35/1.00 vMB 21
407,570 407,570 00000000000000000113f8363b072d633735dc78a7107ccfb444acd20ceb3163 12 0.00/1.00 vMB 74
407,569 407,569 000000000000000001a10ff7b0606deab839416770fef30c014c749ba3d85c17 2,083 1.00/1.00 vMB 36
407,568 407,568 0000000000000000058325f4a47cba48fb531934b5f44b1e93a9af6bdfc997c7 1,918 1.00/1.00 vMB 33
407,567 407,567 0000000000000000048322c7bd6ce6a7396c978e3b1aeb121a5f2ba53c6ca9d7 2,829 0.99/1.00 vMB 46
407,566 407,566 00000000000000000052be458f4f8f725c9e7f5bbad1daeac17a4bb9efce6c09 475 0.19/1.00 vMB 36
407,565 407,565 0000000000000000026e3475c4e6693feedc24c58bee9e31a42f74c361c01ff7 1,651 0.74/1.00 vMB 38
407,564 407,564 0000000000000000038e4c5ca33e187eb1005aec8c1bb3e31b5e7bceaed67e63 1,114 0.75/1.00 vMB 23
407,563 407,563 0000000000000000037613d138334831d9eccb513c4df88e40e54ae94c6f6c94 1,938 1.00/1.00 vMB 33
407,562 407,562 00000000000000000367466edecfaf4c53bfdb6eb3d6e3fcbff2d72b29b14fa6 2,329 1.00/1.00 vMB 34
407,561 407,561 000000000000000002365f5dd5fcf529e5744ed070de3956592c341111614b07 3,804 1.00/1.00 vMB 65
407,560 407,560 00000000000000000186e26dc89271cd6f07f6c58323d69d57ce2452d4c4048b 272 0.11/1.00 vMB 43
407,559 407,559 00000000000000000068982086c01df9220eb38acb37e3dccfe4897c86425f32 1,019 0.45/1.00 vMB 33
407,558 407,558 0000000000000000043622a8aea668925bf6f823ed8f87532b12c28eddff723a 498 0.20/1.00 vMB 37
407,557 407,557 00000000000000000342f60d41010b8dfad891c7d7d507db0ce2e6605108a191 727 0.28/1.00 vMB 39
407,556 407,556 0000000000000000003be7bb4ebf7b468248e5e54dcf74e1b6f0e64de4ca26d0 1,531 0.68/1.00 vMB 35
407,555 407,555 0000000000000000008bbda869d80008644d6d5a012556e99c384a19dba5bf99 771 1.00/1.00 vMB 16
407,554 407,554 0000000000000000002981b41ad54df24af1ff94129da69069aa7bc12a25f768 7 0.00/1.00 vMB 74
407,553 407,553 000000000000000005ed237a59e660ccd69317217177f98d0986b502e217b58c 645 0.29/1.00 vMB 46
407,552 407,552 000000000000000003af1c2d5af8fc5d95c9f7eddb6b87ba6ace2e49a17479eb 2,350 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.05 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: 720.53 GB
    • Received: 18.18 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.