Loading Tool

Explorer IconExplorer

Memory Pool

40,394 transactions
28.52 vMB
0.06463449 BTC
Random Selection Loading Transactions
Max Size: 145.77/200 MB

Candidate Block

Mining Attempt 071fcb772b3b408c184cae043b5abbdf9d47356870310f4bf3763954aeacef00
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 5a2977e852a7ea310112dbee3f6cf2548ce87aa12129a372bb9ec2a62828e19b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.00957011 BTC
Feerates: 100.19 > 0.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (345,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,428 569,428 00000000000000000028e3b93cea06586bca19f2c7431531d011d2fb79eb2270 3,165 1.00/1.00 vMB 12
569,427 569,427 0000000000000000001fe2dbf212644d70a01937b688e7f4e29be5459c4eb92b 2,243 1.00/1.00 vMB 20
569,426 569,426 0000000000000000000d1e9a546e88d790d9ea16ba96c46933c7e2cbd13c2633 2,963 1.00/1.00 vMB 40
569,425 569,425 000000000000000000154423e58373900ba2501b5e00deface71de35c46a05b8 1,408 1.00/1.00 vMB 53
569,424 569,424 0000000000000000001e0eb6b51d16dd1e21c876c0396e3f17366a6eaa121491 2,771 1.00/1.00 vMB 46
569,423 569,423 00000000000000000014e093378a6149f175d8355a1a918461804c43f5f095cf 2,973 1.00/1.00 vMB 23
569,422 569,422 0000000000000000000c0b14c0587f3682f5d883377dd29a39ac99e595879ab9 2,493 1.00/1.00 vMB 20
569,421 569,421 0000000000000000002be416b38f0996ad536168bdc386ce60b1653c59e31c22 1,961 1.00/1.00 vMB 14
569,420 569,420 000000000000000000066efeb2c14f8506f79c6afe3296f1ba14a0fe0b249763 2,433 1.00/1.00 vMB 21
569,419 569,419 00000000000000000021a56536d04db3257b959b1fddf06b0af5670bf72f4357 2,446 1.00/1.00 vMB 11
569,418 569,418 000000000000000000140c1c4c7a9c7de597a343287deb3723fa2854cf547286 2,377 1.00/1.00 vMB 37
569,417 569,417 00000000000000000002f40731e3542a30049b564462449cc00eb06825484834 2,177 1.00/1.00 vMB 16
569,416 569,416 00000000000000000028e4411693e78ef57ab28bdfc26d71d81c675bec6f3959 3,091 1.00/1.00 vMB 10
569,415 569,415 0000000000000000001ae7a1bbe1c0d218c6ad4d49f5a2110e57c44c6844cfe5 2,766 1.00/1.00 vMB 21
569,414 569,414 0000000000000000002bb0d8d00d7a9d069bfb1f0d5136873684b9f83e795b5a 3,147 1.00/1.00 vMB 53
569,413 569,413 00000000000000000015038077a4bd0caccb41ba5d394732608b79bdf273cd4e 2,830 1.00/1.00 vMB 31
569,412 569,412 0000000000000000000b1ac4500680fe0cde21468d0f97b5250e65c8ff592c0c 3,034 1.00/1.00 vMB 55
569,411 569,411 00000000000000000014e4ce0d03b778c508f679433b75e1ba4e0e6adfee7d81 2,700 1.00/1.00 vMB 16
569,410 569,410 0000000000000000002831af1ea99d6975bce0966ef5ec4774aa319be4f33230 2,513 1.00/1.00 vMB 29
569,409 569,409 00000000000000000022f47cf1a1a0f232deb855997f61382106ec35bd0f3edc 2,045 1.00/1.00 vMB 16
569,408 569,408 00000000000000000028fdd71934e78242918cae9a6bd9b7e1d3784b58184b11 2,623 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.