Loading Tool

Explorer IconExplorer

Memory Pool

37,503 transactions
25.42 vMB
0.05442716 BTC
Random Selection Loading Transactions
Max Size: 131.03/200 MB

Candidate Block

Mining Attempt a8f8fce37a7d3540d1dc62d03b6c06d960c54934ff15334b48392b1b48ff0a47
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 2f55ba3906348a8a90bdfa1123d7883c75399c58b25bfa71113576bbe910baf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,062
Size: 1.00 vMB
Total Fees: 0.00858911 BTC
Feerates: 73.20 > 0.86 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (258,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,586 656,586 00000000000000000002927245e7a81338bae5ffd8f01e633df72939ba3b549a 3,110 1.00/1.00 vMB 153
656,585 656,585 000000000000000000065053e14a0be85967a03b04671284f2bb2b36256b86dc 2,453 1.00/1.00 vMB 79
656,584 656,584 0000000000000000000d2a2b9050034959bf9833cf00c79d7c73e5bfb804de93 2,408 1.00/1.00 vMB 30
656,583 656,583 0000000000000000000f6d567ef549a718f2fd1dbf0f3a78919a90ab260603e1 2,387 1.00/1.00 vMB 28
656,582 656,582 00000000000000000004f7dd88ed6e12078d7fce102e86efc92b2d39c4f23b76 2,370 1.00/1.00 vMB 64
656,581 656,581 00000000000000000002d8883638103d898880b8e1d75c4dac1b924ff99d865d 2,318 1.00/1.00 vMB 91
656,580 656,580 0000000000000000000dc485d348a30043189a6523f8e5e6434f2640bf92dc69 2,446 1.00/1.00 vMB 88
656,579 656,579 000000000000000000096de12acf5e8df7b6f6a92bbe347854bb01a7923e6be7 2,698 1.00/1.00 vMB 156
656,578 656,578 000000000000000000040b4865f35ab9ccd1884c776f5041fa09720ad86898a0 2,022 1.00/1.00 vMB 22
656,577 656,577 0000000000000000000b11585c2a26ecbf1e01cf8a1b1e60379559fd7e2ce175 2,291 1.00/1.00 vMB 62
656,576 656,576 0000000000000000000acce20785f7c354fb2023891a157b93f98176eb126e28 2,264 1.00/1.00 vMB 89
656,575 656,575 000000000000000000085bf81d0fe8cd108cae9be660e88dc1c0c7518d024552 2,149 1.00/1.00 vMB 15
656,574 656,574 00000000000000000003e3560e509ae19979e33e1d1df66c28b0d9e3b47b146c 2,210 1.00/1.00 vMB 47
656,573 656,573 0000000000000000000fb6d2cb7281844ec92074fd1a50f3bbec4ca49a35af1c 2,170 1.00/1.00 vMB 47
656,572 656,572 00000000000000000008a529af6721904014f663b732ab11eb7b1d9d89ccc8f5 2,301 1.00/1.00 vMB 115
656,571 656,571 0000000000000000000b68133a91be5953d4c909ffe1ce8ad9f34c8b98ce460c 2,765 1.00/1.00 vMB 129
656,570 656,570 00000000000000000001364ac735e96053fd903d5698b7b4e5400580f8c9ffc2 1,913 1.00/1.00 vMB 133
656,569 656,569 000000000000000000030e6f261b6074813a88d07a169e1b9969c7e0d4240106 1,936 1.00/1.00 vMB 43
656,568 656,568 000000000000000000069a8a6a1efe2a20090d195827f07226bd0a5961dda9ae 2,922 1.00/1.00 vMB 127
656,567 656,567 0000000000000000000fb4676542f3e6a76ef0bb43d434eaa1fff2c767a0038b 1,786 1.00/1.00 vMB 59
656,566 656,566 0000000000000000000075e9e99d426fd3246be08a11299c2f18beb5385f2ae0 2,138 1.00/1.00 vMB 59
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.41 GB
    • Received: 13.87 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.