Loading Tool

Explorer IconExplorer

Memory Pool

78,634 transactions
29.36 vMB
0.07824812 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt 39708cf3d0f38fd50dddb1c4434a6ddb21c60d7b9a26d2b566e033cea7fb1657
Version 20000000
Previous Block 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3
Merkle Root 9819fa564f7cec4f537fd1a018cfff02e713c03d86f0875e62a6cb8c0991cd08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,581
Size: 1.00 vMB
Total Fees: 0.01390563 BTC
Feerates: 100.36 > 1.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,237 (487,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,584 427,584 000000000000000003396ec716c2e0dc06551d62f51b2f215a5e9768befedf73 501 1.00/1.00 vMB 25
427,583 427,583 000000000000000004a4460e0eeaf9b802c259801489af7bf127982dad01d283 896 1.00/1.00 vMB 31
427,582 427,582 000000000000000003669d06c7a5d80fbe4d761e87661a041db662da05931df4 909 1.00/1.00 vMB 17
427,581 427,581 000000000000000002a05654705d0ccebe773ee49097b843ab35d01a1eda34ad 1,998 1.00/1.00 vMB 47
427,580 427,580 000000000000000000468d32f0bc9b76718ca2ca47a6ac0505e507b043e24dee 2,271 1.00/1.00 vMB 59
427,579 427,579 00000000000000000372d45dd8a2350249d89c7b4d39b49767e4cb1fcf53456d 3,048 1.00/1.00 vMB 80
427,578 427,578 00000000000000000007666a034f1ab8e6b85053bc71284d6b18efdc0cfa15aa 413 0.18/1.00 vMB 58
427,577 427,577 00000000000000000286a7126b975c09a0a822ad64b5da8c6698f92a2a03c5a6 2,203 1.00/1.00 vMB 51
427,576 427,576 0000000000000000031fa2aeeee68dafe27307a6765bfe569ce9da773140952c 1,444 1.00/1.00 vMB 42
427,575 427,575 000000000000000001e3e5da7439d19fe55f2e050e0c35a81922bfe782ad5d3f 2,416 1.00/1.00 vMB 63
427,574 427,574 0000000000000000034455ff7c962ef94b481dc3bb8296ae43e22f9cf54870bd 2,118 1.00/1.00 vMB 51
427,573 427,573 0000000000000000007aa3c05a32841f3a39940feab8bae7699d7bb1c4df1c77 2,209 1.00/1.00 vMB 70
427,572 427,572 000000000000000003d730b3610b329ffef52e28ca798744d8b5deaafe674f0b 2,337 1.00/1.00 vMB 49
427,571 427,571 000000000000000001833c9227d1853a4db40e19f38faa63efe77a80fb1ac79e 1,270 1.00/1.00 vMB 31
427,570 427,570 0000000000000000044839e21ea9c4e46a03537e9c9e8c94d6c1f7b58f050c0f 1,839 1.00/1.00 vMB 41
427,569 427,569 000000000000000004aec1b21e4cf9e32c4ace91d99ba6ab23b6ef7fd20cb348 1,749 1.00/1.00 vMB 40
427,568 427,568 00000000000000000166c5eb3735757cceb505d41d4a7134956e56b348a54753 1,510 1.00/1.00 vMB 40
427,567 427,567 0000000000000000038fd9763db2734b2ebecf0d7d997bc566745a7c588828f1 2,127 1.00/1.00 vMB 52
427,566 427,566 000000000000000004774e5482ea7227c32a1672568b75b8d100038578c3ef63 1,928 1.00/1.00 vMB 47
427,565 427,565 00000000000000000115ca718324c28d9d57d7fb3f3270a43f5260d8e10d6fba 2,720 1.00/1.00 vMB 56
427,564 427,564 000000000000000001c4ed2508de3162171bae9e95097f02f8d7e08288433090 2,978 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.80 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: 710.06 GB
    • Received: 17.02 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.