Loading Tool

Explorer IconExplorer

Memory Pool

81,330 transactions
30.14 vMB
0.16101223 BTC
Random Selection Loading Transactions
Max Size: 182.11/200 MB

Candidate Block

Mining Attempt e1b9d9bde3a4f69087747254dd47d084abb8096cc80e897517fcb1b3a790f95f
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 40f7a9aa948a16be125df27080aaf825395fd7a8f4ee9ab6cdd9057726c73d5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.08796792 BTC
Feerates: 502.67 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (227,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,544 687,544 0000000000000000000244e6e8d28e4fd0371eb6ba4692f408a166ac0f0e5e76 1,431 1.00/1.00 vMB 37
687,543 687,543 00000000000000000009c34542bc08c2e7703c9c1c2bd34925cec65f38258839 2,535 1.00/1.00 vMB 35
687,542 687,542 00000000000000000003d71af9cb3a8a70ef54ae493a733dc286a6207fc011f0 2,651 1.00/1.00 vMB 7
687,541 687,541 0000000000000000000351cf2e967da397b352d518dcd408cb98acae5b04f42c 2,006 1.00/1.00 vMB 19
687,540 687,540 000000000000000000061a51280c56fab4aa6fd591ab5ab6832dad76afc1390b 1,916 1.00/1.00 vMB 20
687,539 687,539 00000000000000000007607c1e4d53a32f0389ab0dddb25691fb0eeee6a89b87 1,684 1.00/1.00 vMB 21
687,538 687,538 00000000000000000005d43c822f8c12e22e5db039cf7f1238d9aafe831f5e8e 1,725 1.00/1.00 vMB 25
687,537 687,537 00000000000000000007cd47b12f9669103761fcf45e8a07fdedbce62cd5d757 1,735 1.00/1.00 vMB 47
687,536 687,536 00000000000000000005b647b463edd013ab38c6ccd6842e4016a8f124970493 2,011 1.00/1.00 vMB 27
687,535 687,535 0000000000000000000cd3e96caeba1de9b8700242b3d46af77863e8e228cb44 2,950 1.00/1.00 vMB 39
687,534 687,534 0000000000000000000a1feb6bbc126fee2dfa720c8057801e8d57ccfe1f69aa 557 1.00/1.00 vMB 34
687,533 687,533 00000000000000000007ba6bed848aa544951e2e6008a61d6814e3556c810490 1,891 1.00/1.00 vMB 51
687,532 687,532 0000000000000000000c75f79083cd0481f66f5944bb2994062fe7615f4023fc 362 1.00/1.00 vMB 2
687,531 687,531 000000000000000000089ec6d16c019f01a230ffd99630f8db0ff7b1228bef98 1,107 1.00/1.00 vMB 11
687,530 687,530 000000000000000000030dea5c768dcfce4b5b50ed88c40269bec42ecde712b6 1,916 1.00/1.00 vMB 19
687,529 687,529 0000000000000000000669ba3747efce121ed08377245bdc5e526f4466ffeca9 870 1.00/1.00 vMB 8
687,528 687,528 0000000000000000000d62ba08223a69dc04f4fe66fc49b79b021b6cc2c75c9c 2,467 1.00/1.00 vMB 4
687,527 687,527 00000000000000000002e1b28f608f37b68e1058d89e652cff3c2dd5e5c82ee8 1,756 1.00/1.00 vMB 18
687,526 687,526 0000000000000000000a2fc4dc6789ea497fdae3b33461e25a692ca2ba1933ff 2,108 1.00/1.00 vMB 38
687,525 687,525 000000000000000000033253ac5ed509102a492201be0ff53e26a443a19e99c3 2,370 1.00/1.00 vMB 43
687,524 687,524 00000000000000000008b3c3dd7dac3f44fccefee0e4e538bb2b9cac28cb7288 1,254 0.63/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.