Loading Tool

Explorer IconExplorer

Memory Pool

73,944 transactions
27.36 vMB
0.06720520 BTC
Random Selection Loading Transactions
Max Size: 167.06/200 MB

Candidate Block

Mining Attempt 9a147d96e79ef125fcce853f405f85307701997100b6962c463e32d9ce65393e
Version 20000000
Previous Block 000000000000000000009418be377a7dbe0bede82ec33cb930177efc69aaeff9
Merkle Root 8aed428785e5f80ab7a3c0edf05e38f07a18b7b2acb9fa3e5ac1e84beeaf0f17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.00898488 BTC
Feerates: 100.00 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,252 (497,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,760 417,760 000000000000000004e84dcc1c5352945910a90455aa69022d4f24e7b20a9972 2,313 1.00/1.00 vMB 112
417,759 417,759 000000000000000004c7b1ed8350dd3085dc117e3edfe1181f212ceb757d1a12 2,442 1.00/1.00 vMB 72
417,758 417,758 00000000000000000288e0498789915a54319bd21bab0805ed0271329483d4c6 1,664 1.00/1.00 vMB 53
417,757 417,757 00000000000000000424aafe2357894084e69013866af83648a8a87de94f3334 2,600 1.00/1.00 vMB 61
417,756 417,756 000000000000000003137cfc1d51df599c3bbc453969886b11b8b4301d1b4ed3 2,835 1.00/1.00 vMB 171
417,755 417,755 000000000000000004ca7a24fe9213fb28e3e41188e6e742d1daad30c12c4d3c 2,113 0.99/1.00 vMB 68
417,754 417,754 0000000000000000022390b824b35df53841e22618217f3b6003947aa56fd0ee 2,279 1.00/1.00 vMB 45
417,753 417,753 000000000000000000396322471ebc095b3b98ab59c2016e12dd5a302e1c7b9e 2,581 1.00/1.00 vMB 114
417,752 417,752 00000000000000000082d427c75adf13a8657eea943adeeffd4e2ca21808e708 2,333 1.00/1.00 vMB 64
417,751 417,751 0000000000000000016cdddf18aa3868fc50cb284fa566c794c16df6b735a77b 2,256 1.00/1.00 vMB 84
417,750 417,750 0000000000000000050719dab98b16e57c3e96d2d5015a8173e3a712dbcfb05a 2,557 1.00/1.00 vMB 77
417,749 417,749 000000000000000002d0b563e140230ec01d97d3cc86b5d52c4e0acc8ba7d05d 2,502 1.00/1.00 vMB 56
417,748 417,748 00000000000000000067e453ac771449aad8506b03e304d5a88bd49f653f2c1f 2,719 1.00/1.00 vMB 84
417,747 417,747 000000000000000002cc2b08d897ca92597f1b1271a75a968b25440f97cf2546 2,682 1.00/1.00 vMB 73
417,746 417,746 00000000000000000396ea660635e6354a8357c28cf595485edb62dd23059b02 2,878 1.00/1.00 vMB 116
417,745 417,745 000000000000000004709476414e22c617c63b6506e0546f0db972ee9f52d029 1,922 1.00/1.00 vMB 67
417,744 417,744 0000000000000000003c0d726a54042f574b54338d5728a752af3bf7d4856867 1,585 1.00/1.00 vMB 38
417,743 417,743 0000000000000000046ab9b026baa5c32c3117853b986c61f445d89bd40825c2 1,057 0.57/1.00 vMB 51
417,742 417,742 000000000000000001b330b42a3f37ddc46c03e53c8d4fc55c2403163944ba18 2,534 1.00/1.00 vMB 78
417,741 417,741 000000000000000000a32cd406e579e1baa73bc0d6275c25b4e4a79378fac5c3 1,880 1.00/1.00 vMB 30
417,740 417,740 00000000000000000075d74d0b16593600aee1d8b9dded08384ece798efe3ca7 1,675 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.83 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: 711.68 GB
    • Received: 17.11 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.