Loading Tool

Explorer IconExplorer

Memory Pool

37,776 transactions
27.08 vMB
0.05521543 BTC
Random Selection Loading Transactions
Max Size: 138.02/200 MB

Candidate Block

Mining Attempt 642017d15c45e983efd2ee059e947b753d46f53bbcbe31a8f1e77d8547478243
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 922437d9753d3ac27533eec0f7f4ad414e7103ea9ce1f86801578e8955f1a92e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,287
Size: 1.00 vMB
Total Fees: 0.00410000 BTC
Feerates: 150.75 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (784,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,763 129,763 00000000000016539e87bd92aa5337b565969b294cd49f989233110a9cbeeeea 86 0.03/1.00 vMB 968
129,762 129,762 0000000000001746a6988abbdad89c116fc8975c6601659dfacc20790a4f8c53 32 0.05/1.00 vMB 913
129,761 129,761 0000000000000dd375c68e68b938f89c46dd25f05ae4d9297e039cf148ad0d3c 2 0.00/1.00 vMB 1,715
129,760 129,760 0000000000001b0ef6aa47e1b48c3e779509d52153ec17badb85342b9355b32d 20 0.01/1.00 vMB 917
129,759 129,759 00000000000019dfd750f1f28bd8b4278176b7241517c2595a0e1db153444c5f 10 0.01/1.00 vMB 808
129,758 129,758 00000000000004b9ed2bbb4c04ba9a3fdde81dedb51706bfd4942b35455c00df 43 0.02/1.00 vMB 217
129,757 129,757 0000000000000dc2d125bdc62d880c004bf0aca6dd4d35e4cdc8a6abbc0861d4 5 0.00/1.00 vMB 0
129,756 129,756 00000000000007a4fd8d6ed07441e4e26121ee3b40209e5ebb040bed932127f3 11 0.00/1.00 vMB 806
129,755 129,755 0000000000000d5e5dd37e8ce23d77808ad2c88fce314dd655c3db7a325489ae 11 0.00/1.00 vMB 1,085
129,754 129,754 0000000000000ff07d0c7bf05a42f4b4b788ce193c9a80d9f6fcc8f3999cdb27 11 0.01/1.00 vMB 1,390
129,753 129,753 00000000000015acb54259010dfd0dc382081cb9201b59bdffb03426d04cf85a 50 0.02/1.00 vMB 120
129,752 129,752 00000000000013612562de5bddb47d9a92e1f4387b944ce64b9a64598d345c35 23 0.01/1.00 vMB 710
129,751 129,751 000000000000158e7e1e76975683d716cd9184054af129420743c0a037b528fb 45 0.03/1.00 vMB 1,195
129,750 129,750 0000000000000164509fe736e131a6da7d25e6e6ec24e6932b28056e4dad9d52 10 0.00/1.00 vMB 1,381
129,749 129,749 0000000000000b417a0624c8748f836bbfed640da309bafb2e961204bb5e2f37 5 0.00/1.00 vMB 1,941
129,748 129,748 00000000000015e0d0dc38a9926dd7c7474ad53a4d6c5cd832da24f1080b277e 18 0.01/1.00 vMB 1,302
129,747 129,747 0000000000001a76e022c0026a3a2de8f051e88917e55aeb7707a43f0e9ed146 6 0.00/1.00 vMB 0
129,746 129,746 00000000000000b3c260c0d45e2432e4f887f377e7fc569926ac6bfa65c0d018 15 0.01/1.00 vMB 535
129,745 129,745 00000000000017556de7efafffcc739789edcd63650be3509a25fa79c504e40a 136 0.04/1.00 vMB 25
129,744 129,744 00000000000005feb1ba372cc966911944ab38c1d1614995b4ba555c8fb09ef2 24 0.01/1.00 vMB 1,359
129,743 129,743 00000000000014f51d779b81b9a6ed220ae2101fcd6aa18282149fc3aca83851 28 0.01/1.00 vMB 540
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.