Loading Tool

Explorer IconExplorer

Memory Pool

14,888 transactions
10.93 vMB
0.05107967 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.88/200 MB

Candidate Block

Mining Attempt ac89b22a66f9d9f7d1141daea4b036b2b4f0936a00b4a77430a2c1f2027b1482
Version 20000000
Previous Block 000000000000000000007fe516c23d208c0e936621568af08b537f0dfad8b31f
Merkle Root 0409bb16cd934c4cdab2376a087e39a4f80a8172ba8e99774b7822574912a6dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,553
Size: 0.99799225 1.00 vMB
Total Fees: 0.03033880 BTC
Feerates: 202.69 > 3.04 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,810 (781,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,544 132,544 00000000000012640beba2adb10a439d82995a6aefc32e145f4d8179b8851d3a 10 0.00/1.00 vMB 479
132,543 132,543 0000000000000773890a13a5bac5d0142f5594864fd7f9cbe50760489fe32030 127 0.04/1.00 vMB 252
132,542 132,542 00000000000001d43e05870d0ad169af714e12691ec1d537b6008e973bb0a3bd 23 0.01/1.00 vMB 874
132,541 132,541 000000000000005967c5b5ec690a169b377a480641d5c07b5c7720aae2683226 26 0.01/1.00 vMB 148
132,540 132,540 000000000000114ff8b02df4ef2095549f6f45708c916a282e0006b8e9073897 22 0.01/1.00 vMB 339
132,539 132,539 0000000000000109ed9c07ab85e5dcfc3ae6d04375d30470637c3eb22e0a3933 82 0.02/1.00 vMB 249
132,538 132,538 0000000000000117a8236f5acc3c68cd6d32d53cab39311f512a2917c26d96c5 28 0.01/1.00 vMB 764
132,537 132,537 0000000000000a17e692b822d6a5b16d01a8c0dd46e2dbf6b45785404777fb1b 11 0.00/1.00 vMB 340
132,536 132,536 0000000000000fda81665b5eabaaf2ec4b850fbca5436eda955fbba0ce078fc0 79 0.02/1.00 vMB 69
132,535 132,535 0000000000000204de35d8726b2a8021254383407161cec76f74279436a53147 29 0.01/1.00 vMB 828
132,534 132,534 00000000000002d092729f1b697296b4a837610c18c20736d903b19054be833c 24 0.01/1.00 vMB 508
132,533 132,533 0000000000000b8ea23a21826441e178b2acbb19695a5e565d080d45704a6c02 21 0.01/1.00 vMB 740
132,532 132,532 000000000000022e836f16782ea604dc1075616c39b1f2116af3e1c553a9e023 54 0.02/1.00 vMB 863
132,531 132,531 0000000000000b901cc5f7ca1e333643e9bffc37e6ae67b5abaefc94fcedaab6 46 0.02/1.00 vMB 148
132,530 132,530 0000000000000d1ff3c753d2738b399c6f6f93ec50fbf9236ad44c927530c8ef 17 0.00/1.00 vMB 501
132,529 132,529 0000000000000b0a917b46d62ff99af5d7980b50abccfd7dfb504de5bb259f4d 26 0.01/1.00 vMB 893
132,528 132,528 00000000000006ddc5dfe339fc962dc1b8b5f45e186748a9c23185cf2093abc4 16 0.01/1.00 vMB 686
132,527 132,527 00000000000007285df2c42584a1b656c0e2ea97512530081b9c619341789949 83 0.02/1.00 vMB 125
132,526 132,526 00000000000012a7bd605078489800184e08d7a126dc1a4c9804d0b7b40841b4 12 0.00/1.00 vMB 17
132,525 132,525 000000000000089e0b3ab377ea82fb324321d61ac6b6ed8e732934fb49f42d98 17 0.01/1.00 vMB 629
132,524 132,524 000000000000017ac2e6fcf52ede87f1017e33bac0aea838ab52a7e9f6934552 12 0.00/1.00 vMB 670
Previous 10 blocks ↓
Total Size: 780.28 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: 516.61 GB
    • Received: 4.46 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.