Loading Tool

Explorer IconExplorer

Memory Pool

44,609 transactions
28.47 vMB
0.07921501 BTC
Random Selection Loading Transactions
Max Size: 150.39/200 MB

Candidate Block

Mining Attempt a9044b8788ce6c7518d51a4a35e58c433a083ad6d8a707d952cf961d669074ab
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root ed66eacf78fce8b78c6f74b68d092456d1314d2fd380e6ab6fa39a26d2cc6423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02499721 BTC
Feerates: 120.00 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (166,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,982 747,982 00000000000000000004a09ee4080b2ce6be0aadaebfd796cc556eaa42783483 1,503 1.00/1.00 vMB 10
747,981 747,981 00000000000000000008d5c31212a844b3a2bfe4151483de50d1f3b595556f58 1,939 1.00/1.00 vMB 15
747,980 747,980 00000000000000000003b859132d771edab1c99adf6e7a44afb1b5ab23f2eed5 3,218 1.00/1.00 vMB 14
747,979 747,979 000000000000000000050eda290399fb64e31c5e7a5b86eeeaedbe2d8acbfb56 1,921 1.00/1.00 vMB 15
747,978 747,978 0000000000000000000533bfe56d8df696a778de15a51d26072cd350f2b78f31 1,317 1.00/1.00 vMB 17
747,977 747,977 00000000000000000006138774e71f20b04447a962cded405a621368e1f47c3a 1,596 1.00/1.00 vMB 16
747,976 747,976 00000000000000000000739d7230da4ed368bae7ce0bbcfe34ccc101b1747f89 2,953 1.00/1.00 vMB 20
747,975 747,975 000000000000000000085346934f06f29e2b37f9ff185b60fcab633edc16e33e 3,597 1.00/1.00 vMB 18
747,974 747,974 000000000000000000055f57a5c0f27b680e68dc6a9c4cc86a3b40ac337094ac 2,106 1.00/1.00 vMB 28
747,973 747,973 00000000000000000000cbe233300f9f444869cce28879e01bdcf47815cfdde8 2,871 1.00/1.00 vMB 16
747,972 747,972 00000000000000000005316619fa4ad300563210d2e38d752febe40bf336657c 4,057 1.00/1.00 vMB 22
747,971 747,971 00000000000000000003f8e12c1a6d01b1d60d94f5d993c24d03d378ec3ff9cb 2,905 1.00/1.00 vMB 31
747,970 747,970 00000000000000000005cd90fa2564209e4a05e327aa5cb8f183de813fc1f25e 2,779 1.00/1.00 vMB 16
747,969 747,969 00000000000000000001ba95e14fc3d9b9987abf1db7f3f9dda2d4227ca776e4 4,120 1.00/1.00 vMB 19
747,968 747,968 00000000000000000008f089f91cd63a5ba8c8d82393342cfb4c80ef41051022 3,349 1.00/1.00 vMB 27
747,967 747,967 00000000000000000002a28ad2737c08095d5e0b901ae90b581ea9a379252a38 2,255 1.00/1.00 vMB 25
747,966 747,966 00000000000000000006a92fa2111e5f82214468b6dd340f3748159e9ac73a1f 2,395 1.00/1.00 vMB 14
747,965 747,965 0000000000000000000616417d61899fbbcdf8c03f9c93ff4d1ee526bfc9544e 1,124 1.00/1.00 vMB 8
747,964 747,964 00000000000000000001561524b4eb7129bfe0e3c6847ce826c7818c9871d6ad 3,066 1.00/1.00 vMB 15
747,963 747,963 00000000000000000005a417fc47d41ee29851ebb2c441bfbcb33d6b2b49faa4 3,254 1.00/1.00 vMB 17
747,962 747,962 00000000000000000008b6ceed577fe2d98096b4bb502a9d93d055fd4a861033 3,167 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.