Loading Tool

Explorer IconExplorer

Memory Pool

41,221 transactions
26.29 vMB
0.07422236 BTC
Random Selection Loading Transactions
Max Size: 136.91/200 MB

Candidate Block

Mining Attempt 252af30a608f136ac28e21d11e4c84fa0a6b7304b820add0eec94b91902830b8
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root adddaff516936635d85082baf924175c14bc9b48f714ad0e6b16edd8009d63ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.02611480 BTC
Feerates: 150.98 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (801,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,995 112,995 000000000000d9822972fda53c74679b7d7d761f347034e54363ee9ccc114993 4 0.00/1.00 vMB 1,481
112,994 112,994 0000000000000f794e05f79024202cad257eec08af05e8c9726dc34c2f12afc9 13 0.00/1.00 vMB 271
112,993 112,993 000000000000c685eba0515ddbff21d531d951c9ddf18328fcc1be17a7578e18 10 0.00/1.00 vMB 639
112,992 112,992 0000000000009abce6834b9b6ac2047cf5d39772ed8ee24807b5fd6f10c86a47 1 0.00/1.00 vMB 0
112,991 112,991 0000000000005cc73a55d7de4ee593c095a9a9930134b4313dc48e5e299ae119 48 0.01/1.00 vMB 409
112,990 112,990 0000000000004c19d05abdb4694fd6603c832f2d1a2f5d2b06912df6377957ad 1 0.00/1.00 vMB 0
112,989 112,989 0000000000003d8ad2859d6814e8aec2416b549eec361dd7e30e0fbd4fed3965 2 0.00/1.00 vMB 0
112,988 112,988 000000000000765ce13bda9a6f3a18b0ee9c51bba847c1a0fa2b5d2e73aaa3f2 9 0.00/1.00 vMB 358
112,987 112,987 000000000000cafb93389f7ba39ee88468a5a4d6720782ccc25eac2962ce0a87 8 0.00/1.00 vMB 358
112,986 112,986 000000000000a0fde202cc85d0d4156700f2c35b9a623886a11703030f400ab7 9 0.00/1.00 vMB 363
112,985 112,985 000000000000715695b8f2d0ede6a803610f92b63ea725de7b6fe78ad27dee5b 9 0.00/1.00 vMB 0
112,984 112,984 00000000000074c51b8c935819b5315b5c816b99f71ad7efaa9fd5810a9023b3 10 0.00/1.00 vMB 0
112,983 112,983 000000000000b83f051f090c77af2b2832a92227588499d165e2e20c2437c643 13 0.00/1.00 vMB 1,168
112,982 112,982 000000000000d9987c07984252bf869330016da01311b3119bc0e482efac2e88 1 0.00/1.00 vMB 0
112,981 112,981 0000000000002e1ae90abb0bc8032aeabc6e87d6c347a6a873361011f7e31898 6 0.00/1.00 vMB 0
112,980 112,980 00000000000029bbb4125da1cee3c56501d416c7a6ce9f28e56c117a088b4369 18 0.01/1.00 vMB 958
112,979 112,979 00000000000085b020d1d4e89754c0bed0cfe80bab3c35935d2263eab6712967 12 0.00/1.00 vMB 1,069
112,978 112,978 00000000000094054e00225184576518ffeb8f38bceb8e1a715e6cd3984ca950 29 0.01/1.00 vMB 759
112,977 112,977 000000000000a9848f6bcd52ec831efce35b4ecda185ecdcae8bdfe7b85cdc73 8 0.00/1.00 vMB 350
112,976 112,976 00000000000069791d5be1eaf5610ef022137c4770d04cf261efd6a303c7c9a2 10 0.00/1.00 vMB 0
112,975 112,975 000000000000b130a8fb5933b9529a075fcddfba42dc622513a8e1b31d9d944e 17 0.00/1.00 vMB 1,278
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.