Loading Tool

Explorer IconExplorer

Memory Pool

89,319 transactions
33.07 vMB
0.21010103 BTC
Random Selection Loading Transactions
Max Size: 199.86/200 MB

Candidate Block

Mining Attempt 9c5dbb71b4e851fcde1992cb3653ef1ea74d08fd33d192358a4604458a1c021a
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ef82e0751cfd5bf5e8be0925af7480d0358cb8ccb990d6d19803237257cb9696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,633
Size: 1.00 vMB
Total Fees: 0.09437699 BTC
Feerates: 387.56 > 9.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (443,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,609 471,609 00000000000000000045bb53b94f58b9329a5153834d66f1f51f108498e4be17 2,410 1.00/1.00 vMB 283
471,608 471,608 000000000000000000d7673e5b5c72c88b7acb53c7484f90f5e052be1a55ce57 1,923 1.00/1.00 vMB 236
471,607 471,607 000000000000000000e538715f552deb36f38300691ef8b2d350294861cfb74a 2,241 1.00/1.00 vMB 306
471,606 471,606 0000000000000000014fc4ef3ab0282350ab9ec792ce1f1b24be17ebb004e9a9 2,063 1.00/1.00 vMB 406
471,605 471,605 0000000000000000012fe02956ed2b2038cfed9dd35af294058d6b7fabc466f7 2,393 0.99/1.00 vMB 175
471,604 471,604 0000000000000000006d2bbd346036301362c49bb5acb1c18edcc40da5c6fb4f 2,183 1.00/1.00 vMB 243
471,603 471,603 0000000000000000010eb3018a6e59bc5ee5f3dfa8331b077c45232d536368ef 2,188 1.00/1.00 vMB 306
471,602 471,602 000000000000000000b593edd52ad7bed56965dc1d1832e213fa5fc08ebb51e6 2,177 1.00/1.00 vMB 319
471,601 471,601 00000000000000000098b99a3f203c034caf4e976a7294143ba21d96a1d6b969 2,331 1.00/1.00 vMB 362
471,600 471,600 000000000000000000bec15126e10ed623a5baf0f438d79465c19985b3a7b166 2,267 1.00/1.00 vMB 374
471,599 471,599 0000000000000000005be53388c36ca42f532ed7be882b6b0924eecec826d539 1,864 1.00/1.00 vMB 343
471,598 471,598 00000000000000000017dc5198d6675e2c4ebd5e24e1e5523407f6696b16320f 2,145 1.00/1.00 vMB 276
471,597 471,597 000000000000000000f38ce2df8f67be25754c6fafe4748aab0f3589c268a685 1,477 0.99/1.00 vMB 309
471,596 471,596 00000000000000000182a5e4876b6278a5f949f55cbbedf4fac85d40770aaada 2,223 1.00/1.00 vMB 356
471,595 471,595 000000000000000000c2682feaa4100899a17b212177caee2e9dfbcf9ee33c64 2,325 1.00/1.00 vMB 422
471,594 471,594 000000000000000000254b000e42f7fd99e88288e7e5c36ad679c1e88e808ecc 2,110 0.99/1.00 vMB 378
471,593 471,593 0000000000000000008c82da52542586fcfbfb17422ba00c9bc2deb138ab77be 1,961 0.99/1.00 vMB 284
471,592 471,592 0000000000000000015ac9f2e644e4fbbf2685dc1b4c6edecd9156d96946588e 2,014 1.00/1.00 vMB 342
471,591 471,591 000000000000000000df518b98d82c17fc0b214c718e4ffda4592ecd25faac47 2,069 1.00/1.00 vMB 375
471,590 471,590 00000000000000000074c3b8cb77df9eebd0e04017f0035c9e4df8807729b453 2,118 1.00/1.00 vMB 397
471,589 471,589 0000000000000000019aa6c7e3215c9bd1e7e936a4991f8c4e356cff759dcc43 2,376 1.00/1.00 vMB 308
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.