Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt 8c13870decf01219e270ae5d7265277fa2d38c2a6e4cd61ef4287c424ba39989
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,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
492,545 492,545 00000000000000000097bb6edf3da0882e88ff58ff5b9432d7810670d5caf5e9 2,370 1.00/1.00 vMB 228
492,544 492,544 0000000000000000009b720b25eb79ca9b7ca1b09ccf92303972996545bb7503 2,367 1.00/1.00 vMB 250
492,543 492,543 0000000000000000005b42ef51e3f10ce345fc9943ad2d9612b4c20c0b90678d 2,707 1.00/1.00 vMB 279
492,542 492,542 0000000000000000003ac6e8f2296b3eb35431019b01710ad66b2c5767d8943d 2,999 1.00/1.00 vMB 283
492,541 492,541 000000000000000000927577fafc0f02e0dfde7bc5fc72128519bcf407567d2d 2,323 1.00/1.00 vMB 277
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.