Loading Tool

Explorer IconExplorer

Memory Pool

74,938 transactions
27.61 vMB
0.07338417 BTC
Random Selection Loading Transactions
Max Size: 168.55/200 MB

Candidate Block

Mining Attempt a25e70645bbc6cf634705ada2ded3d5f154be22da1c33ce30a2bb874b665cae0
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root acc38d62d3f5656b3f5f2ab358d4c15c341f5f1da58e40e1e677b450fa721c1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,460
Size: 1.00 vMB
Total Fees: 0.01449608 BTC
Feerates: 80.55 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (3,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,919 911,919 000000000000000000007c1b1f7c20e4211673c84ce2ac2c72052524b3d9c948 3,291 1.00/1.00 vMB 2
911,918 911,918 00000000000000000001f6e708828923f2b21d1880ac589c8825b083d05d75cb 3,208 1.00/1.00 vMB 3
911,917 911,917 00000000000000000000eba497e5d4ff8342644fba7abbdef202e9735c916bde 2,287 1.00/1.00 vMB 5
911,916 911,916 000000000000000000017ed40eb725109d9c039a9f7ff1fce0eb4a74c8b7aea7 2,782 1.00/1.00 vMB 5
911,915 911,915 000000000000000000004eeb74b2fd27ba555c63e83aec75656a90a7f10c5d80 5,075 1.00/1.00 vMB 0
911,914 911,914 00000000000000000000a3105b5e0e3b26738a4397aa4eef8878f7ca163e765a 2,918 1.00/1.00 vMB 2
911,913 911,913 00000000000000000001e3c33069f4f7e4b835f1beb9f3f42d70e31f3c6432f7 4,224 1.00/1.00 vMB 1
911,912 911,912 000000000000000000021b7b19b6a59bcca542ec70483c730b5463d44ef6a8a6 3,452 1.00/1.00 vMB 3
911,911 911,911 000000000000000000002dfbfd10ca469f7c05c7d94ce8c63a500b2f9a80caf4 3,283 1.00/1.00 vMB 1
911,910 911,910 000000000000000000000f577787addf7e94158e3ec6d9ca83c1858bb90b97e4 3,116 0.99/1.00 vMB 3
911,909 911,909 00000000000000000001a24a6a90f747e31c9859458e98ae606bbd3bb67fb465 1,332 0.48/1.00 vMB 1
911,908 911,908 0000000000000000000179dbe71f1051c469360ba064937c38f153479d93cc28 3,707 1.00/1.00 vMB 2
911,907 911,907 000000000000000000000ada345cd9668a64a7048bfb13dbedcc0abfc2d6d48a 2,473 1.00/1.00 vMB 4
911,906 911,906 00000000000000000000852c3d11a6e16a92ffe55b937f38a97904d4eefc78ed 531 0.19/1.00 vMB 3
911,905 911,905 00000000000000000000a824b5066eb9bc98f569c34acc5cfead1f43d6e68225 3,674 1.00/1.00 vMB 1
911,904 911,904 00000000000000000001cb1e442ecd57a280a99c7466366982cdc5c7f3f08449 3,593 1.00/1.00 vMB 2
911,903 911,903 00000000000000000000470acab980c50d58be5496a5d3114d45218a5d656280 3,632 1.00/1.00 vMB 4
911,902 911,902 00000000000000000000ae959f8a61ac3ecee7332be51f2d02187e10bf9ec06d 2,435 0.82/1.00 vMB 1
911,901 911,901 00000000000000000001bc0c1ffec3e9649be2ccf800b013fb24ace9da3c7a1d 2,565 1.00/1.00 vMB 3
911,900 911,900 000000000000000000012e740934ce5435bb0a910e6296a5e68af75318edd623 2,975 1.00/1.00 vMB 3
911,899 911,899 00000000000000000001bfb57a8b5a0141cf6ab3200ad79ed50d8ef66eb9723e 3,362 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.