Loading Tool

Explorer IconExplorer

Memory Pool

43,740 transactions
28.18 vMB
0.06738584 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt 6821dc0bba230beeaa1fa2becfec7c0b49fa1a330ce0fd937676d574e565998a
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 7993e3d431ca4351d62e5f50809f0a86271437bc3ca79b60cb71cf61c30ad415
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,343
Size: 1.00 vMB
Total Fees: 0.01427853 BTC
Feerates: 100.23 > 1.43 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (815,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,540 99,540 000000000002f3981b65c003f8a15aa0e8fdd250367ec9ca67cb9c623db95218 1 0.00/1.00 vMB 0
99,539 99,539 000000000001a8de8274179dca58a3244dedda534a70e0f9527c5e7f7d94a96c 1 0.00/1.00 vMB 0
99,538 99,538 0000000000016e8d01002885ff54511e0fd09a2fa4b4290a64770c3ad581728f 6 0.00/1.00 vMB 0
99,537 99,537 000000000003e50e489e1d8d82cba974e714cfe4a2160e2d66c4708b93ddb8e4 9 0.00/1.00 vMB 0
99,536 99,536 00000000000119cc1d30d0d8795bc4cb6ff902c504cd47002444f58328773c10 7 0.00/1.00 vMB 0
99,535 99,535 000000000001f7bd7351c84252eb2a5cdf2500c9a24c3c371c844c3754bbd0e5 5 0.00/1.00 vMB 0
99,534 99,534 0000000000037cadbb8be55a4bf60cc02617ca4194439b9911642b07c1922997 5 0.00/1.00 vMB 0
99,533 99,533 000000000001bf9f55ea9cc21eb73f58edd67771efe68416c9906ef2d278ea53 12 0.00/1.00 vMB 0
99,532 99,532 000000000000950e0fa526bdaf807d61e2aa983bee6c4d9299d80000e2c5dd77 1 0.00/1.00 vMB 0
99,531 99,531 00000000000428dc38d0fb12b1918dc01a5bef0c039d6821a2cacf2fff97fc29 3 0.00/1.00 vMB 0
99,530 99,530 000000000000ffc19b05bf53edf3b7ec484f99df389ebc05c714ee427f427496 5 0.00/1.00 vMB 0
99,529 99,529 000000000002225e6c35decb24084d318121618d50779a452b29db6e62c74ecd 9 0.00/1.00 vMB 0
99,528 99,528 000000000003c5e1ea217ccfb800626926a90bf99d5e6767292b0a4058b8b6af 8 0.00/1.00 vMB 0
99,527 99,527 0000000000037e12dec0731dd6043ec404fa476b097252bd2cb55564c20835f6 3 0.00/1.00 vMB 0
99,526 99,526 00000000000269d32568e16bfc230687e78fb9e2650dd4360677ec5c4325e222 2 0.00/1.00 vMB 0
99,525 99,525 000000000000cdd5fcd1b7d099697c61175cd2b0e83f1c01103f0badc7fa22e5 2 0.00/1.00 vMB 0
99,524 99,524 00000000000405e6b8f7c59b6da237bdc4b487515f28f67d46e2c1c8356aab7a 12 0.00/1.00 vMB 343
99,523 99,523 0000000000015b3c5b07270e5d94bc6bb7671de3eef00172cebf49e1a8d467f9 4 0.00/1.00 vMB 0
99,522 99,522 0000000000016b8d09743ade157a74b3c4c9dbbc7c825265f8350e4b74d201ca 4 0.00/1.00 vMB 0
99,521 99,521 0000000000043461ca5d24a1dff5956e9a79d5db0c584d72d1372d59ed8d61de 4 0.00/1.00 vMB 0
99,520 99,520 0000000000046d33ec1d27d805ead6661dcbf73b6939bf1c0c974ad3e91303a8 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.