Loading Tool

Explorer IconExplorer

Memory Pool

45,384 transactions
31.52 vMB
0.10927241 BTC
Random Selection Loading Transactions
Max Size: 160.52/200 MB

Candidate Block

Mining Attempt 0f8ac683b2b19ed4a96e1367e09c29554ed201cb0baa73ff8f47abf0b8116095
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 02bb54d4ca22a6332433db39893ee8a138fc1bd72d32d57d0af59b381f9ed38c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,554
Size: 1.00 vMB
Total Fees: 0.04259751 BTC
Feerates: 301.05 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (271,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,689 642,689 00000000000000000002dd2efb856cec01f5ee73e73bea1ae45d1b0cde8e7f39 1,749 1.00/1.00 vMB 10
642,688 642,688 00000000000000000004d90994852d8009189fee6426e014dfe9266f5b175e09 2,637 1.00/1.00 vMB 101
642,687 642,687 0000000000000000000adedcdf8a49af1796539510322e41bd55a1f7804b8e63 1,123 1.00/1.00 vMB 11
642,686 642,686 0000000000000000000a16c3d4e8b43a2291e33e1906cb7c57e6cb8bfde18737 1,909 1.00/1.00 vMB 13
642,685 642,685 000000000000000000018c09abd740ee85665df9e9a68d761247c1cf990cf43e 2,378 1.00/1.00 vMB 121
642,684 642,684 0000000000000000000355e8e7863737549844ecb3b315990755343ff6077385 2,381 1.00/1.00 vMB 15
642,683 642,683 000000000000000000064bf38808a60fdecd4f276265da2dbadef5b90da738d7 2,048 1.00/1.00 vMB 40
642,682 642,682 0000000000000000000a3c9c109c8c8483aaf1b623a15f242796a701d1dfbddb 2,334 1.00/1.00 vMB 71
642,681 642,681 0000000000000000000cf2742acb544f8e9b8cdb9679272040dc18926231e971 2,106 1.00/1.00 vMB 38
642,680 642,680 000000000000000000106cbcb622b73335cbcc92922dc2a80f1e5a9713dfc5ed 2,709 1.00/1.00 vMB 57
642,679 642,679 0000000000000000000de6da5aeb18debccf5cc2a3eb2e3d14c3e14058ef7af8 2,299 1.00/1.00 vMB 44
642,678 642,678 00000000000000000007eb511acc619f44ba39bf5d497b07327f8aefad6d9d55 2,811 1.00/1.00 vMB 62
642,677 642,677 0000000000000000000d7781c96bef895b0f77aa21c3017fe3fce8f0eae49061 2,802 1.00/1.00 vMB 59
642,676 642,676 000000000000000000077eb9e61bedcb468e6e09908983ccf094a297c61139d8 1,906 1.00/1.00 vMB 142
642,675 642,675 00000000000000000006c7adeeef9de07cab093c51853cd1dfad938327490003 2,514 1.00/1.00 vMB 109
642,674 642,674 00000000000000000003559e8dabe2dc4653aa96b3534f2e0fa364d74e6136f3 2,566 1.00/1.00 vMB 57
642,673 642,673 00000000000000000008f086d3a12517f19d4928ce361d5478fdd0b51b79edb9 2,870 1.00/1.00 vMB 51
642,672 642,672 0000000000000000000297e179e89b038b5126ed9dffb488ebe2fc222ffc4a4f 2,310 1.00/1.00 vMB 128
642,671 642,671 000000000000000000010f9ad0d5a7e1d73af184abba010e88a9c90084e82d64 2,664 1.00/1.00 vMB 59
642,670 642,670 00000000000000000006c09ff314ee3121f889f0cfb3157a84d9771babf2eef5 2,813 1.00/1.00 vMB 71
642,669 642,669 00000000000000000003c3979708cf79fc47c32eca49b3edc4b3b963845666db 2,868 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 781.43 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: 609.46 GB
    • Received: 10.69 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.