Loading Tool

Explorer IconExplorer

Memory Pool

35,991 transactions
28.93 vMB
0.12496004 BTC
Random Selection Loading Transactions
Max Size: 143.98/200 MB

Candidate Block

Mining Attempt 6333a9aa512fc327640b2990b11f66fc2ee9d8c4f2c67f14308e9c00672c5518
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 39248139f04b272b70ec04698d390cf751f1ef9bf26009e9d2cf31d668a07bf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.06565714 BTC
Feerates: 208.44 > 6.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (421,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,566 492,566 0000000000000000001b63422a03477f368d6b071105e15707ebbca3106d5e66 2,532 1.00/1.00 vMB 213
492,565 492,565 000000000000000000355b4701129a311ea26a2031a4bda1ae33cfab6b206002 2,648 0.97/1.00 vMB 295
492,564 492,564 000000000000000000029546bb5e19a933b8abe4e403fca6bea06c6c6d283374 2,329 0.96/1.00 vMB 227
492,563 492,563 000000000000000000bb053911c68fb8be3fca33ac1ec98d337761e49ba8f995 1,694 1.00/1.00 vMB 221
492,562 492,562 00000000000000000086e55bd6c3b9cb128900b0a38751e76f857ca877dfeef7 2,697 1.00/1.00 vMB 266
492,561 492,561 0000000000000000007cfeb7f15e712a49f16d6edcc6d5e274d0ccefa425404b 2,319 1.00/1.00 vMB 240
492,560 492,560 00000000000000000020d688691f08a1ff452f3852721f70c83f777445a423aa 2,503 1.00/1.00 vMB 250
492,559 492,559 0000000000000000001174603b5975e6f04055a8ac2771223522b50d9ff9a5c5 2,305 1.00/1.00 vMB 242
492,558 492,558 0000000000000000005988b85377b7733237ee34df1a5fd5fe92317bd89c9ae7 2,769 1.00/1.00 vMB 299
492,557 492,557 0000000000000000006e80a9ada470d5e47542c226bfa3b4d7dd7011881f415b 2,445 0.95/1.00 vMB 215
492,556 492,556 000000000000000000a0283debfcb99587b15e2e9f29f7c7e42426fd671bb26b 2,494 1.00/1.00 vMB 264
492,555 492,555 0000000000000000005171a415d086986fe4fee38efd69b04fa0249c28148126 2,908 1.00/1.00 vMB 277
492,554 492,554 0000000000000000007c0df1f66a6f3f0411a61898e5d64bbab123e86e996a11 2,560 0.94/1.00 vMB 253
492,553 492,553 000000000000000000ab62ef96c2d319af3170a187fffe94dbb6bf2e12bea3b7 2,158 1.00/1.00 vMB 250
492,552 492,552 0000000000000000008173dbf39bcc81970dd9381f8bef9b9748a6641a3bb446 2,686 1.00/1.00 vMB 206
492,551 492,551 0000000000000000006a703e2db3c084b4fc3becc74de80301a31359cf65eaa9 2,648 1.00/1.00 vMB 229
492,550 492,550 00000000000000000073cf6b33f8362379cac95073cac1af84912ca42e538a8a 2,708 1.00/1.00 vMB 261
492,549 492,549 000000000000000000ac1c806bd155b08ecb34fdfe9da38d02f714e9c8ccc6ae 1,272 1.00/1.00 vMB 166
492,548 492,548 0000000000000000006a8d8bc4279df01d2ba0550ed76ff579d4e83fcc47dc54 2,726 1.00/1.00 vMB 282
492,547 492,547 0000000000000000007e073ea32ce37f6668e3855569ce524df5c9ee4d6fef00 2,843 1.00/1.00 vMB 237
492,546 492,546 0000000000000000006b3829559dfc5a6e3624680d7aefe52e2a56aebcbba806 2,398 1.00/1.00 vMB 233
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.94 GB
    • Received: 11.10 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.