Loading Tool

Explorer IconExplorer

Memory Pool

80,642 transactions
29.99 vMB
0.07880332 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt b6f5e06588729d9dde78f8288c4dd336390d827dda2c656b5ce98419ab5b95c5
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 3537b58469449be6810bc8a0c08f4e18b14fc4db7f439b20b3efb197e1ff194e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01757929 BTC
Feerates: 197.70 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (337,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,581 577,581 0000000000000000001a276122340af663868a663d12335d9721ab28f76dfa8a 2,954 1.00/1.00 vMB 147
577,580 577,580 000000000000000000031c3a544352f18f72320c59d45ecc5257f817869e0f49 3,021 1.00/1.00 vMB 200
577,579 577,579 0000000000000000001cf7ac4e826d1cafae260bac300da3e8108e0d3aa5312e 2,796 1.00/1.00 vMB 143
577,578 577,578 000000000000000000145272df62ea7a3d073f4c78b4f991ece32b9e45ee3f03 2,794 1.00/1.00 vMB 131
577,577 577,577 00000000000000000015891e00d288b01f394249024578c3fc880f7b849c7a6d 2,480 1.00/1.00 vMB 144
577,576 577,576 0000000000000000001b6cfae1cba6eee986387dc751d0da736d400dde86827f 2,539 1.00/1.00 vMB 183
577,575 577,575 00000000000000000019aa346ea20db49b7c429e15cceba2f98bc5fa7b593889 2,874 1.00/1.00 vMB 155
577,574 577,574 0000000000000000001a29687a76eb1f073461d5ee06e08b77e0694b3fb1eb0e 3,119 1.00/1.00 vMB 182
577,573 577,573 00000000000000000019a203b743c807d403426d95fe286ba9f9e62c51e8dfb3 2,082 1.00/1.00 vMB 153
577,572 577,572 000000000000000000012916b72a5d996d59509c5422f1065ec731b1daa6e768 2,317 1.00/1.00 vMB 172
577,571 577,571 00000000000000000002332b72b4a71c7e1ebcc3ead8d9d1a1b34f319ba8061c 3,237 1.00/1.00 vMB 181
577,570 577,570 000000000000000000210c76295bd5dc8b5ba8df9ebc14d6e4bd8f5edcb29de3 3,295 1.00/1.00 vMB 172
577,569 577,569 000000000000000000110389b4e544692f94e2302a8e5803f09c76ef38132033 3,156 1.00/1.00 vMB 183
577,568 577,568 0000000000000000001804c27cf69a20028e45504959b149e9a4f41f7e47652a 3,432 1.00/1.00 vMB 208
577,567 577,567 0000000000000000001fc9d1416e5ae242f7ba37fdc1b190797a09a67b985088 3,623 1.00/1.00 vMB 149
577,566 577,566 00000000000000000021b1d63469bf7ecc41b662be09830a9d95627b1b321bf6 2,724 1.00/1.00 vMB 170
577,565 577,565 00000000000000000015f1fc464cdbb90dcc364c0982f957fb2a6a81566ac8f5 1 0.00/1.00 vMB 0
577,564 577,564 00000000000000000018de3e5cf7f2efcd30caf53fc64074b7da847b959bf324 2,875 1.00/1.00 vMB 182
577,563 577,563 0000000000000000001ac228e6435f8d03aeb79ffb177c240843e0af466f43c2 2,935 1.00/1.00 vMB 184
577,562 577,562 000000000000000000027148f31318d095f68cbe93ccb7f7c0941eb8af2a81dc 2,506 1.00/1.00 vMB 160
577,561 577,561 0000000000000000000f6fb4a03843588733fcefedeec121de9f787fc12b84da 1,860 1.00/1.00 vMB 160
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.77 GB
    • Received: 14.93 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.