Loading Tool

Explorer IconExplorer

Memory Pool

79,957 transactions
30.55 vMB
0.08042020 BTC
Random Selection Loading Transactions
Max Size: 185.52/200 MB

Candidate Block

Mining Attempt 327467176e2d8f5db805dd3a082a4b670ae384c854ef172bfc42e1f0c69df7e5
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root f0acf43bb06066b2e4ce448d9d86ff2b509cf3326af7c6f1d89c104f4431b095
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 1.00 vMB
Total Fees: 0.01511760 BTC
Feerates: 351.58 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (443,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,553 471,553 000000000000000001443370600f1d7e14277ba7e11d8d04418d9f51d4a78a4d 1,837 1.00/1.00 vMB 279
471,552 471,552 0000000000000000012c939dd17212eda161bbbf98fc5f1bafb74abf0147aac0 2,304 1.00/1.00 vMB 312
471,551 471,551 000000000000000000dcbdc1731d65f96ec63d217964debe3b6794b39fa6089f 2,343 0.99/1.00 vMB 293
471,550 471,550 00000000000000000110128237bfa4fa9b745a3b6d304581a63760a57b7f5a3e 1,759 1.00/1.00 vMB 196
471,549 471,549 0000000000000000015b791c0c7b5c35ce7d80f524e3d03e9ab4302ed7dcc77e 531 1.00/1.00 vMB 70
471,548 471,548 00000000000000000005871e75ca60627d0460f7ab74172596a924e4f7515aad 1,301 1.00/1.00 vMB 186
471,547 471,547 000000000000000000aaf2d3ce8c02ae98ff09f14eeab1eda4a575569c0c2dd9 1,540 1.00/1.00 vMB 128
471,546 471,546 000000000000000000398df8eab20af6fe0e51607f9a50370d11483cd9f7b776 2,468 1.00/1.00 vMB 227
471,545 471,545 0000000000000000011adc6243e27662f60b8d987dd2a82153caf3f964581fef 2,037 1.00/1.00 vMB 270
471,544 471,544 00000000000000000048bb0ce92a35767f80d739716256e149ea8877f6b04733 2,354 1.00/1.00 vMB 327
471,543 471,543 0000000000000000009f241ffaa200cddc2caf04116bc7517ccf3036d8d5788c 2,068 1.00/1.00 vMB 137
471,542 471,542 000000000000000001295d4d706b81418b67a9265e08712bacfa97b2283fbca3 2,069 0.99/1.00 vMB 329
471,541 471,541 000000000000000000f7e460ae46f412bfe4f921baac8dcb694d33bc4d9582fc 2,234 0.99/1.00 vMB 344
471,540 471,540 0000000000000000010135df1a821d2e1f8e3b41454f466055ab9f5ccdf66406 2,115 1.00/1.00 vMB 151
471,539 471,539 00000000000000000058f87d9e73c407fa84c6e4fe3fa750173fdb42e5fd49fb 1,916 0.99/1.00 vMB 323
471,538 471,538 0000000000000000015dbb9e6f36a2f68de46d92b4fee0e4513d5b4584af0f46 2,424 1.00/1.00 vMB 350
471,537 471,537 0000000000000000011c2bd85db113ec6ff9a93603670531fe2aed394b100dc0 1,508 1.00/1.00 vMB 78
471,536 471,536 0000000000000000012f358ad23ddfe6eec939e9edfd796a80294813ab02e299 1,779 1.00/1.00 vMB 223
471,535 471,535 0000000000000000013b12724fe2a10b899d0edaa679934ed9a9232ddc9d5b93 2,212 1.00/1.00 vMB 338
471,534 471,534 000000000000000000c48fdb4282f35d03ab69c4b5d328526ff255858d723f72 1,868 1.00/1.00 vMB 230
471,533 471,533 00000000000000000010b97ba37ae66e352f9739be689dcf0d3f412949987d42 669 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.