Loading Tool

Explorer IconExplorer

Memory Pool

79,679 transactions
29.64 vMB
0.07325357 BTC
Random Selection Loading Transactions
Max Size: 178.42/200 MB

Candidate Block

Mining Attempt afe7719206931cf2fe3cf7bc56bf39cf43f58b4d2debe4ab22e98cf0f7ce58c8
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root b7598336b383563801d906d1cf191145bb3503ea84e8c4fa08c482523632f0ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,730
Size: 1.00 vMB
Total Fees: 0.01289319 BTC
Feerates: 454.44 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (401,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,572 513,572 00000000000000000035fded8d0a5c24ddbf5c636e60a6ef609eb1297af4e67c 273 0.10/1.00 vMB 37
513,571 513,571 00000000000000000047e81454e718ac8dfee0d8dcf791be7ae0acf946f08361 231 0.20/1.00 vMB 28
513,570 513,570 00000000000000000025e30572ba66e8370890259c717da174923d10afcc4809 1,015 0.60/1.00 vMB 36
513,569 513,569 0000000000000000000120db04a7858faeab963fd169eea4f68f95903406597c 1,308 0.79/1.00 vMB 12
513,568 513,568 0000000000000000002e7be8b04cdaa4e9b2db6b97a49f6519f3fbd34a01730e 1,902 1.00/1.00 vMB 36
513,567 513,567 0000000000000000000e900ddf9f6a7a32633b1d0e8f2534e2e34fbc8e9c8513 2,200 1.00/1.00 vMB 49
513,566 513,566 0000000000000000001b74726859f696b0d7c2ee42d19c1ea9e3744a84e273e3 526 0.34/1.00 vMB 30
513,565 513,565 00000000000000000013b5898ee21667f785593f27d447d23e5fb2be637f69ef 2,061 0.99/1.00 vMB 11
513,564 513,564 00000000000000000019700bb0cb1092e5b3b21a0e2e67237e8e66f727e05d99 2,980 1.00/1.00 vMB 28
513,563 513,563 0000000000000000000748ad0039b0a18534044b674e80d3e8daa360b16fdd8d 2,242 1.00/1.00 vMB 78
513,562 513,562 000000000000000000482b4b396a055351347eb5a590879f54c52c6e9c290999 809 0.44/1.00 vMB 16
513,561 513,561 00000000000000000029a6afb8da1e89ad2d9175b4d3a9e4a3c8c2a7dd38f25f 2,222 1.00/1.00 vMB 8
513,560 513,560 0000000000000000000214955a3ae82a11a2ab6ee6c038940b60fa562f8f126a 2,367 1.00/1.00 vMB 23
513,559 513,559 0000000000000000005287c2bd4c620b11629ea016878f5f2ed648909d7b7592 2,764 1.00/1.00 vMB 34
513,558 513,558 000000000000000000079e52460d45ded8ad73ffcf94361a1e2d737437743b7f 2,431 1.00/1.00 vMB 31
513,557 513,557 000000000000000000363a615cdd8741a272edc4ee9632b153a9e9c0dcd633d0 3,137 1.00/1.00 vMB 21
513,556 513,556 00000000000000000054ab949e4764dd41ae6a6d05e1f5ac08a42a4ee773ef60 1,183 1.00/1.00 vMB 34
513,555 513,555 0000000000000000002826ea9983752be190d4fd104d0b84b1200f43923206e7 1,686 1.00/1.00 vMB 51
513,554 513,554 00000000000000000034a0b1279617ec857122cbd0725beb131f74f33a01877d 2,471 1.00/1.00 vMB 62
513,553 513,553 0000000000000000002f73097cba5908e08601be4fddb426af635a1f6910b32e 2,257 1.00/1.00 vMB 90
513,552 513,552 0000000000000000004a82d02ca8eef95b69752f699d2d778da37bfb6afd943b 945 0.44/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.37 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: 663.23 GB
    • Received: 14.89 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.