Loading Tool

Explorer IconExplorer

Memory Pool

45,859 transactions
28.61 vMB
0.07419919 BTC
Random Selection Loading Transactions
Max Size: 151.97/200 MB

Candidate Block

Mining Attempt ff80b5ae6047482c3306c47c03db64a37550ab0056d6c55ed47951826081ab2d
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root a4d3576cbb7f72597974daae376e7c6ed4d4f9f073ee21f97a6e3665634ca9a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.01986927 BTC
Feerates: 361.66 > 1.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (82,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
832,454 832,454 00000000000000000000e83d923153e6d261f3a446f89eda8f5c199a517b0070 2,609 1.00/1.00 vMB 53
832,453 832,453 0000000000000000000031747f3201a26578c8d8f61fd5d6d985440d2cfdde02 2,872 1.00/1.00 vMB 62
832,452 832,452 00000000000000000000cf84de9c7884ecd1a80c1e041b564bd64501667aae15 2,705 1.00/1.00 vMB 67
832,451 832,451 00000000000000000001b954a31470c7edc5465e8950c4e5fdbdb8d815c50c17 3,239 1.00/1.00 vMB 65
832,450 832,450 00000000000000000001a4879c938bab44cba622725343440b21e83424d51e84 3,237 1.00/1.00 vMB 81
832,449 832,449 000000000000000000022f3621509eaf66540b5829e850b5c3f593192fefc500 3,354 1.00/1.00 vMB 88
832,448 832,448 0000000000000000000038bb91c705669aa6003d1b56b889a4dd57a0dbc40ffb 2,828 1.00/1.00 vMB 57
832,447 832,447 0000000000000000000017d0952c1b0404d1e9c8d4da56ebb7909f34d6b1bb4a 3,602 1.00/1.00 vMB 57
832,446 832,446 000000000000000000023217d0f13fd5c384673a54021061032aaf833204a2ea 3,321 1.00/1.00 vMB 71
832,445 832,445 00000000000000000000ddf344c6781b4aa83d0761b410cb8b8451dd09495092 2,557 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.