Loading Tool

Explorer IconExplorer

Memory Pool

42,690 transactions
32.14 vMB
0.13302530 BTC
Random Selection Loading Transactions
Max Size: 160.88/200 MB

Candidate Block

Mining Attempt 4438778e751dc2dedf0ea180995eafba62ba23e98e68b8e03c1f9f9ff886b5ca
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root 19ed1c6a8868d3c97ea63527d1275d1433b06692004968648a6288fdf123fcc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,022
Size: 1.00 vMB
Total Fees: 0.06328354 BTC
Feerates: 116.76 > 6.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (833,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
80,923 80,923 0000000000087a6499ca0fd7bfa0ed6288a11dde9c111375c6c703950aeb91c2 1 0.00/1.00 vMB 0
80,922 80,922 000000000021f39339fa8f8357fd8b7ee2d4aebea001d12738387fae5edc60d5 1 0.00/1.00 vMB 0
80,921 80,921 000000000011622995663b29f36825418dc48d7d1a33d8d38b91f4d0e269de96 1 0.00/1.00 vMB 0
80,920 80,920 00000000001464b474a3752db27e94b07ae9ac1f361e6cf5ea87e50ca78ea043 1 0.00/1.00 vMB 0
80,919 80,919 0000000000247a68efd8332fa735de1c3fc2fe6accaac9b9cd12f52d86e0f026 1 0.00/1.00 vMB 0
80,918 80,918 0000000000159481b255c1aafeb8786b5c04b8aa666603405cbf3af03fc71b6a 3 0.00/1.00 vMB 0
80,917 80,917 000000000014b6c75798d91cc48cad2dcd6473dba462d6e2c7cc378fdd1744b2 5 0.00/1.00 vMB 0
80,916 80,916 00000000002fd7e5b29cf7f87234cbbf8e829c4300c6714cddd8597a32bd8419 2 0.00/1.00 vMB 0
80,915 80,915 000000000000c7ab09b448835b435c441bfe6359e46e0d3a61229154849ab3ad 1 0.00/1.00 vMB 0
80,914 80,914 0000000000158da36f2798db39a12ce13c4280e1fa018d3c57fe887978ad8e8e 1 0.00/1.00 vMB 0
80,913 80,913 00000000002cddda0acda3a0a19bc1fd9447d94b7b82ee214dc5a9593ae665a5 2 0.00/1.00 vMB 0
80,912 80,912 0000000000043568c21ca500aefe8f0ca7935ed803554c0f3cda264c2cff3977 1 0.00/1.00 vMB 0
80,911 80,911 0000000000026cb93478234bdd12dc7c4067646316fa6d5ffa8125f59c743445 1 0.00/1.00 vMB 0
80,910 80,910 00000000000f7d7d7056308f1af668cfeca31d792fe2acf4392bc322a62c9e9b 2 0.00/1.00 vMB 0
80,909 80,909 0000000000228b7de0bc03af421021b75a56b072bac355f144650324652f5939 2 0.00/1.00 vMB 0
80,908 80,908 0000000000002cc50e23221691f439c2d3676b43a2cf2401cee7412ab980f986 1 0.00/1.00 vMB 0
80,907 80,907 00000000002f32c3595bfe1f59d2715e1c3d942833033e381f7b5150ad6adb2a 2 0.00/1.00 vMB 0
80,906 80,906 000000000017c8d484c817c3b9cf629620974c06b86ec8aea603928a04de3ff5 2 0.00/1.00 vMB 0
80,905 80,905 0000000000053a56ee74d88071090670c949fb5139d786e78a5220ffd5c408c5 3 0.00/1.00 vMB 0
80,904 80,904 00000000003d4b40208f55d99f8d62c939df0d903e5e241c3856cae297c056e2 2 0.00/1.00 vMB 0
80,903 80,903 000000000027e41183479f5c4f1225912de8ef41fc2ee5593f4b4a4ef08f5a57 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 590.78 GB
    • Received: 9.59 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.