Loading Tool

Explorer IconExplorer

Memory Pool

40,701 transactions
27.23 vMB
0.07635088 BTC
Random Selection Loading Transactions
Max Size: 140.48/200 MB

Candidate Block

Mining Attempt c5315a4ab6a8a4d771c2d9d0c1d1567f7b8d39c52f61ddaa4658a8d8c72183f7
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 952c8e6428e118ad58be108b11ab8427f20fb204c874de4de81c7cb3bf8c9b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02451688 BTC
Feerates: 107.72 > 2.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (410,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,081 504,081 00000000000000000079e88e8d28ce2e23242ca73b1533599ad7a0312ad0590d 3,003 1.00/1.00 vMB 538
504,080 504,080 0000000000000000003182f09f844c60791db4c04d7cb75ca134ce3d2cd2ca76 2,655 1.00/1.00 vMB 560
504,079 504,079 0000000000000000005bfb2e141d29c6ac55564bf0e456c878783f6521685f5b 1 0.00/1.00 vMB 0
504,078 504,078 00000000000000000078e270f061469f7a1eef59c64232565ad872a6b717d196 1,388 1.00/1.00 vMB 302
504,077 504,077 00000000000000000041eb0d85ab7481e6b454d55541f5785e9d2a804b0b95d4 1,383 1.00/1.00 vMB 305
504,076 504,076 0000000000000000003f28c2d2c629de5d4afa0b573cdeda4d8f4bdeac8744e7 1,713 1.00/1.00 vMB 303
504,075 504,075 0000000000000000002fff5695a8ba65fbced03b312c0bf6d5ac1da373fbcc0c 651 1.00/1.00 vMB 271
504,074 504,074 00000000000000000008b851ecffe14f46d7c3e409a99c1e01632868ca2d9120 2,617 1.00/1.00 vMB 463
504,073 504,073 00000000000000000027ebc59c7d8feeb9acc705b3f748cda98ddf22eb5de064 2,078 1.00/1.00 vMB 443
504,072 504,072 000000000000000000337b16d16d6b0072ccbd042c42a3e7a489fbb84c826e1e 335 1.00/1.00 vMB 217
504,071 504,071 000000000000000000063c7cb935dc43893335369f03bc221569b028d93b08a5 1,977 1.00/1.00 vMB 279
504,070 504,070 0000000000000000002d92fd804f3041693f876a21e76911ecefd952d00b2da0 1,878 1.00/1.00 vMB 430
504,069 504,069 00000000000000000067b9bde9618aec288b9e5827e68884b46622f5c6965415 1 0.00/1.00 vMB 0
504,068 504,068 0000000000000000000b358ddf2ba0acafc29ec7c3ac97dfc7333e54dbd581ad 2,926 1.00/1.00 vMB 481
504,067 504,067 000000000000000000402c10fcb9534e33998f2df3e3a382dc584ad301fc0c9e 2,622 1.00/1.00 vMB 550
504,066 504,066 0000000000000000005c6625c5d1ca8f90948a0bba18fdd15660d4fff984c0c5 1,124 1.00/1.00 vMB 246
504,065 504,065 000000000000000000631ca9fea38278ecdf29125069f35a04ac0f70a69ae5d0 2,203 1.00/1.00 vMB 486
504,064 504,064 000000000000000000522410df66b330a2f941b29fb501f8d34299596858386e 1,823 1.00/1.00 vMB 365
504,063 504,063 0000000000000000003d2479c0e9d90010d1bcf7586b512a39884915727882ad 2,331 1.00/1.00 vMB 407
504,062 504,062 00000000000000000074438283c23a7784deff51b1c4ad904ba2e22c5bcc2153 2,277 1.00/1.00 vMB 443
504,061 504,061 00000000000000000047b7e6d45723d1c2af6e22705d942a094d77a92a656a72 2,653 1.00/1.00 vMB 472
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.