Loading Tool

Explorer IconExplorer

Memory Pool

80,465 transactions
30.15 vMB
0.09055216 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 0a9e3221c9df1f44b9aa4ece329a4226c06d10377fba1266a53bc1baef9c9599
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1fc24ebd2273f4c413b63c0436df51ce0ba10fcc2d74f10119eac0673703db40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02887592 BTC
Feerates: 301.07 > 2.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (697,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,615 217,615 0000000000000272a554b9ce6a54b5f9676fe681ad773580d5f4e2fdbdb95989 374 0.36/1.00 vMB 89
217,614 217,614 00000000000002df65b2f30ca914cea3f105edfc7561b5d094097ebd30f7dc76 606 0.20/1.00 vMB 229
217,613 217,613 00000000000001f6bcc42223139d5c30ffb2088aeb23dab75c4ba73b9e2b039c 549 0.25/1.00 vMB 182
217,612 217,612 00000000000003292e8c85aded4ba9e2f0fcfc73d4323259524721415720e0eb 660 0.20/1.00 vMB 315
217,611 217,611 00000000000004b419833024e42132c09611e0cd9b3a2fbeb7af9697e26d9de8 386 0.22/1.00 vMB 155
217,610 217,610 0000000000000381b1a7cede25c110d27a17c31a69ab390ef503874cfaaf1bc0 337 0.19/1.00 vMB 195
217,609 217,609 00000000000004d6dd776afc0ef296924f008876ecadf766d8946f0c752cf95a 162 0.10/1.00 vMB 94
217,608 217,608 00000000000002682fa7ee305cd67cd560cfe9431259eab0907f3f33b02a45ca 637 0.25/1.00 vMB 203
217,607 217,607 00000000000003d83909965caf7caa9ca79e5f1cb6dc080f8f7340e4b1e34e87 411 0.19/1.00 vMB 184
217,606 217,606 0000000000000330706a0173c5a63379d610a5852f56fa003b22711c2e93e155 87 0.04/1.00 vMB 88
217,605 217,605 000000000000002be1c8e9b567d4591805abecb7edb40c5a5c010fd9550de590 256 0.11/1.00 vMB 170
217,604 217,604 00000000000000b75cd2d9d9fb4c7073a1e5e0394e575015209b835f95c454f9 314 0.19/1.00 vMB 131
217,603 217,603 0000000000000009bf141b7b7edb89b796d415098263f2369063a016d82c1a50 526 0.25/1.00 vMB 162
217,602 217,602 00000000000003ff987fcfad4ac4df24b97c21662a3cd151820706dd3c9dacae 833 0.25/1.00 vMB 275
217,601 217,601 00000000000003fab93f835bd28aecc37643497eb59b1e10ed7f5f1cc7400980 536 0.50/1.00 vMB 78
217,600 217,600 000000000000014fccdc731d868a24486b137c26d609d48da8e245badf8f4a9d 126 0.08/1.00 vMB 124
217,599 217,599 00000000000000c70d329dfd19fe34b42020ab1bc9acaddf8990bdde7c9c5f39 459 0.19/1.00 vMB 198
217,598 217,598 00000000000004ac2ff0267bb738b0aa4f2d2f2d48affb8b06319271b3b7d5b6 192 0.08/1.00 vMB 164
217,597 217,597 0000000000000317cddd4f965d38d5b71225c87273f0dacb0dc7cb00686f4f0e 1 0.00/1.00 vMB 0
217,596 217,596 000000000000042c1581669c8f83141830e53a5a4a095f711a602eae7fa8617e 144 0.08/1.00 vMB 108
217,595 217,595 00000000000001968ff0abe4a253cf591f897dc3eb926e45dfa6b1ffebe1de71 886 0.42/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.