Loading Tool

Explorer IconExplorer

Memory Pool

76,319 transactions
28.14 vMB
0.07106875 BTC
Random Selection Loading Transactions
Max Size: 171.62/200 MB

Candidate Block

Mining Attempt 960b99d200e18a5c93a8fd5ef8bfa7edaa8b16630c2befb003f99f15fc91a36e
Version 20000000
Previous Block 00000000000000000000313893119f5171ddcbd275060726324c92d3261b0219
Merkle Root 232f84ef3daf8e06c09d80e271ed5fbd946ee8290e15fd8af0ebf1eb6c5edc65
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,213
Size: 1.00 vMB
Total Fees: 0.00999529 BTC
Feerates: 150.00 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,625 (878,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,464 37,464 0000000053c87f8b78f2cf30d538671addf436ac39b6438d8d554bf7ef62b587 1 0.00/1.00 vMB 0
37,463 37,463 000000004e1535934fa452ed20a7b0ed9a35ebf893030112c2e95f8aaf443355 1 0.00/1.00 vMB 0
37,462 37,462 000000008ee120032dcd0c6c1825be51bf5a6e1af156d17b758130e8e6733a10 1 0.00/1.00 vMB 0
37,461 37,461 0000000064ffb898474d563f5e7553d5d719b4c7d6322b805a63ffc5e74c334e 2 0.00/1.00 vMB 0
37,460 37,460 00000000b900c198e0b8d861ae78a93cc91c78d1170d34951b4d8ecf5cc93351 1 0.00/1.00 vMB 0
37,459 37,459 00000000a9247f97e4f15f76c8b74dd1fd44602163c05d1771c0b884c1dbf159 1 0.00/1.00 vMB 0
37,458 37,458 0000000096bd0e08668cb0b52f0a19634116595d660f084e074e61a04b6475d9 1 0.00/1.00 vMB 0
37,457 37,457 000000008d5f1377a19eab8ef87bccc71c91a5580efee239b80b7dd31ad4071f 1 0.00/1.00 vMB 0
37,456 37,456 000000000ef8f31f62eb7ef482b94fb1ee076d191e7ab31ba876e7850eb4367b 1 0.00/1.00 vMB 0
37,455 37,455 0000000088f0b946b3cae2b522168590dc12e2ce0a83a2a92e3fb5e659f2efbb 1 0.00/1.00 vMB 0
37,454 37,454 0000000026c0e3263fad6cbd0ff261085107c5e721d5263d32666f4f7999fd1c 1 0.00/1.00 vMB 0
37,453 37,453 000000004062501c1a7b837ecc6aaf075a77365e26068e7dbb97b0bba80c5f0c 1 0.00/1.00 vMB 0
37,452 37,452 000000008c1a32847e25d0398814385e430970cbe4c73345f42c0d592ea4865b 1 0.00/1.00 vMB 0
37,451 37,451 00000000293ed77dd7a6593b288591c613df666815a15133086c633651b736a1 1 0.00/1.00 vMB 0
37,450 37,450 000000007bf3b63ce82cb361747c53b74f4267a91ff15e00c828e03106ba347e 1 0.00/1.00 vMB 0
37,449 37,449 00000000825cead713bda377001cb9cc8d035424d053aa007079c8b7b5f12992 1 0.00/1.00 vMB 0
37,448 37,448 00000000010a23b582a782fcb7c060fb8ee19b092879c98e0afaa37418ca19a7 1 0.00/1.00 vMB 0
37,447 37,447 0000000068a33d200e5a76e2e70f539e682d5ff36fcdd16fb6d17b6199f8d497 1 0.00/1.00 vMB 0
37,446 37,446 00000000a1f8d8132e0d6dbd71f871ed1759afb0ecf0c6f6ad62815af54da126 1 0.00/1.00 vMB 0
37,445 37,445 0000000012444eb0490216e647ac6b264e0c283eb8b5bfe67425b21e084670ac 1 0.00/1.00 vMB 0
37,444 37,444 0000000081f5a116ddd610dcd3b31acd8c05feb323264d23cc5e8bf7275ebc25 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.13 GB
    • Received: 20.12 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.