Loading Tool

Explorer IconExplorer

Memory Pool

79,729 transactions
29.28 vMB
0.12668893 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 4ee4933fac61f49172a31d43db874be58f8dd78be025b50ac657973d99179550
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 104a1fe8cfe72f202dacff25add892eeccf112522b8906108b3eb0b9cacf8778
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,519
Size: 1.00 vMB
Total Fees: 0.04717088 BTC
Feerates: 602.26 > 4.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (341,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,430 573,430 0000000000000000001cceff906b50738e8b1e076049de1b3cf31adced0ec984 2,987 1.00/1.00 vMB 34
573,429 573,429 0000000000000000000d1b6b5b5b87d3b65002cfd424c0bbf83be55f59ba91ba 2,041 1.00/1.00 vMB 19
573,428 573,428 000000000000000000140a18e9626925f9b29b447e6d8e9e82ce90d86945e97e 711 1.00/1.00 vMB 3
573,427 573,427 0000000000000000000723369578cb56fc4232b015df3d780f06c89aef581b9f 2,121 1.00/1.00 vMB 12
573,426 573,426 0000000000000000000f98c4d0f14ec6c840f8506e0b2ca3d4e07838584fe671 3,137 1.00/1.00 vMB 22
573,425 573,425 000000000000000000081574e24fc195d29952e91603bfaadd28435b63f7cfee 2,869 1.00/1.00 vMB 67
573,424 573,424 0000000000000000000c18d1c6d580b692c46eb95058229c13adef9952937af4 1,870 1.00/1.00 vMB 8
573,423 573,423 00000000000000000002acb3d66f9f30d71ad1a242fcc1bdc77c2dfc2af04f2c 1,624 1.00/1.00 vMB 19
573,422 573,422 0000000000000000002408b70ea46fb6b806e03d1019a46061b44f086d3008e3 1,614 1.00/1.00 vMB 14
573,421 573,421 000000000000000000135c9d3f3ec52c9ffdc76751b82a95559fac2f6c66178d 1,729 1.00/1.00 vMB 8
573,420 573,420 000000000000000000194f34a9868ebfaf31cd7f9d4d6287dc1a6948829e9974 1,822 1.00/1.00 vMB 15
573,419 573,419 00000000000000000020ee9b1c8fd1a34aeedc7a2f0b486acfc15b2a4a1ee470 3,378 1.00/1.00 vMB 11
573,418 573,418 0000000000000000001067083f10a95dabf850bd07251515a9fb2e74ed58e95c 2,790 1.00/1.00 vMB 53
573,417 573,417 0000000000000000002a0532200a4cebe918ee0987eeafe3454f519b4a4d5235 3,283 1.00/1.00 vMB 29
573,416 573,416 0000000000000000001e51c9cb19f37c0516cb29bbc0e6aa6be8ba24c6d152fc 2,822 1.00/1.00 vMB 45
573,415 573,415 000000000000000000114c164559300b64ec05759d9dc4920a910854b8ad8750 2,188 1.00/1.00 vMB 6
573,414 573,414 0000000000000000001bbf973b73d75182559e8b823db6aa03f5eba972d88950 3,393 1.00/1.00 vMB 24
573,413 573,413 0000000000000000001e783a6c84be90aa9cf2942fa3d2c500e804754708e433 2,890 1.00/1.00 vMB 37
573,412 573,412 000000000000000000178a91f882bec3e1de9c6d1b0f40b0c1f45266ba624df8 3,062 1.00/1.00 vMB 62
573,411 573,411 00000000000000000014a1d1f80eeee27889224f2d44abeb235ff5e9738cba1f 2,985 1.00/1.00 vMB 33
573,410 573,410 00000000000000000005f6e6483c389e4d8df15f63fbd95093c58d50a87b94f4 1,781 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.