Loading Tool

Explorer IconExplorer

Memory Pool

41,855 transactions
26.48 vMB
0.07083357 BTC
Random Selection Loading Transactions
Max Size: 137.88/200 MB

Candidate Block

Mining Attempt 64b43d9668efc8ce2ebb56b60f3efa324d9fed2af0a81be2b398b86631e5bcfb
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 347fc1f5db38a8ecfff8ea70e720446a181471b355a5695d9e9f520faf12188f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.02219031 BTC
Feerates: 99.53 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (82,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,475 832,475 00000000000000000001d607718f67f11565045ec638bc6fe9e60ba60348d927 3,488 1.00/1.00 vMB 47
832,474 832,474 00000000000000000001280ec1abe31c87c90d06afb36b01fbd093efb6a52384 2,711 1.00/1.00 vMB 51
832,473 832,473 000000000000000000003d3eafdbfa3aaae0597e5a807efb7688afbbd1a2d68c 2,949 1.00/1.00 vMB 62
832,472 832,472 000000000000000000009799d0082595ea5f9b4419d6fa29edd54a1ad50d9bc5 3,343 1.00/1.00 vMB 66
832,471 832,471 00000000000000000002cf04c4949ca28c803a7e08042e18fe1cb6ca291011b1 2,701 1.00/1.00 vMB 79
832,470 832,470 000000000000000000030cf4d4e1fd209e7698f77a2c9f6a05d667d0174c32bc 3,018 1.00/1.00 vMB 34
832,469 832,469 0000000000000000000118e37bee9e0c05aa59a51f9287fedc298e83f7478140 2,026 1.00/1.00 vMB 35
832,468 832,468 0000000000000000000217c64eafe048398422c4bbd2592fd65fa67304a369c5 2,608 1.00/1.00 vMB 35
832,467 832,467 00000000000000000000322bde7e626ff7ed82f6785b177b3cf3977bcaeac8ea 3,272 1.00/1.00 vMB 59
832,466 832,466 00000000000000000001f28574ca5a1ea98585a9c18c570457f3cc9379c737fe 3,183 1.00/1.00 vMB 43
832,465 832,465 0000000000000000000117d8e1db68e2ad5e1d0eec473b76edccb3c9ca7df5de 2,816 1.00/1.00 vMB 73
832,464 832,464 000000000000000000033d7c4ba77dbc25f8b0256367cbae026e83e6d8e4c59d 2,922 1.00/1.00 vMB 45
832,463 832,463 00000000000000000002ecf42578a335910c47a427fe8d4e66bd0bb14787de1e 3,030 1.00/1.00 vMB 68
832,462 832,462 0000000000000000000214ba76356388460e869cde0eaea458092c8564c90129 1,947 1.00/1.00 vMB 48
832,461 832,461 00000000000000000000d1519994c47d04a56fcbc5189dec8db6c475f63e7087 2,208 1.00/1.00 vMB 46
832,460 832,460 00000000000000000002dbad2f407ebb077d68929bf5043a62b0f6e435201340 2,657 1.00/1.00 vMB 57
832,459 832,459 00000000000000000002a3f61bddf5d4927be420ba0bc6c7ee5fdb05f1ef61cb 3,443 1.00/1.00 vMB 39
832,458 832,458 00000000000000000002ee9b7b04657d63948ef2e448f36001329ac3ce8101ba 1,302 1.00/1.00 vMB 44
832,457 832,457 000000000000000000028872bb2c63eed79b73275b16091c81ecffd28b49942c 3,281 1.00/1.00 vMB 50
832,456 832,456 0000000000000000000052600978e62f26896d8cb0db319e70c63861aacb90a8 2,433 1.00/1.00 vMB 54
832,455 832,455 00000000000000000001940e4040ab92ba66e8d7e8fc42a8ddaa6956a596aca7 3,006 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.