Loading Tool

Explorer IconExplorer

Memory Pool

80,794 transactions
30.49 vMB
0.08257473 BTC
Random Selection Loading Transactions
Max Size: 185.91/200 MB

Candidate Block

Mining Attempt 456fdad8a5782a61d1c0932bec75d24611a9728e11e414bdff24f3e6f07c853c
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root c714b846a951d72bc21ee11525c86f83fb634772537a8592d6e55e608e6f18ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,476
Size: 1.00 vMB
Total Fees: 0.01389352 BTC
Feerates: 318.30 > 1.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (507,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,576 407,576 000000000000000004101aae527b2eabc04c501c8f94462b074a819659636cb2 1,193 1.00/1.00 vMB 26
407,575 407,575 0000000000000000004bf643406fe328e3fbc0154730f2a15349acc380477b73 2,137 0.99/1.00 vMB 45
407,574 407,574 000000000000000005d53497b4c52365e8ae9d77e6eab958b89e65b790ddf7d0 3,068 0.99/1.00 vMB 55
407,573 407,573 000000000000000001d2b2329141b1cb7d4a7a7f822b2745661505bac46f91dd 2,024 0.95/1.00 vMB 35
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.33 GB
    • Received: 17.88 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.