Loading Tool

Explorer IconExplorer

Memory Pool

74,692 transactions
27.55 vMB
0.07186975 BTC
Random Selection Loading Transactions
Max Size: 168.16/200 MB

Candidate Block

Mining Attempt 6f398dbdc4136fa4080d868e110944e5726617381d4fce51afb158fa78f38fea
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 1c3941a2121a6bcb26c6ba96e8cd56d14ba80b3e3375acde8511e54a148eba30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,671
Size: 1.00 vMB
Total Fees: 0.01317815 BTC
Feerates: 80.55 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (3,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
911,898 911,898 0000000000000000000055a74a9cc8574a5ffbe38b01d40ae8948dec911a8adf 2,912 1.00/1.00 vMB 7
911,897 911,897 00000000000000000000bdd7575541e6a62e8fd6499ed59714605f878d6e21b7 3,115 1.00/1.00 vMB 0
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.