Loading Tool

Explorer IconExplorer

Memory Pool

78,506 transactions
29.35 vMB
0.06292894 BTC
Random Selection Loading Transactions
Max Size: 176.61/200 MB

Candidate Block

Mining Attempt 349efad43b6372017930b4ece7f3617bfc859fdc80639973820acf6c819b07da
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root e5865b683bb2a8b21d593eed0e9f164c18e94f2724970430e4be0337274802b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,444
Size: 1.00 vMB
Total Fees: 0.00345384 BTC
Feerates: 14.03 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (261,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,622 653,622 0000000000000000000819977bf8c7e39a0ffd0116c4049af951a19776743202 2,755 1.00/1.00 vMB 59
653,621 653,621 0000000000000000000654ea446227b7f314a0d347eb6ddcbae5d1658a714bab 3,025 1.00/1.00 vMB 65
653,620 653,620 0000000000000000000ae67bc22d2e2a37ecce4536d09cc58fdee2c97f9df6d3 2,905 1.00/1.00 vMB 86
653,619 653,619 00000000000000000000134a2862e71974aaf85e8be176eec9bba567ea507a9d 3,045 1.00/1.00 vMB 90
653,618 653,618 0000000000000000000849e43b16b5c94a6486de8f7f4355dec9b5487baeeee6 3,057 1.00/1.00 vMB 69
653,617 653,617 0000000000000000000d8db4512a7b8ea2e327b8e05b078b5386799eadfe33d3 3,230 1.00/1.00 vMB 77
653,616 653,616 0000000000000000000aa07ecd76829841b8b5a875b882ad831d4f682fa6c55d 2,918 1.00/1.00 vMB 112
653,615 653,615 000000000000000000035c984bb832cb4a515cab9612a3c981f6fb19f3f32f1f 2,692 1.00/1.00 vMB 89
653,614 653,614 000000000000000000013c0e37d28dfc98b082c3ea74f674f196972aef9b0627 2,758 1.00/1.00 vMB 90
653,613 653,613 0000000000000000000e0dae5087cb47fe663aaaee34ecbd22ea25aa387dc0b9 2,050 1.00/1.00 vMB 101
653,612 653,612 0000000000000000000003e42c6c6b44587b7152e9bf7d545cce723088c901da 2,197 1.00/1.00 vMB 74
653,611 653,611 0000000000000000000bb218702005c977fc55030680288e87cfdbe3c4e10eaf 2,909 1.00/1.00 vMB 81
653,610 653,610 000000000000000000058a16eaaec1edf389b79379433d5a05df052cc9d1acbf 3,109 1.00/1.00 vMB 75
653,609 653,609 0000000000000000000d7ac497ad301accbc1bede51b2e5709d71eb73694fc61 2,420 1.00/1.00 vMB 95
653,608 653,608 00000000000000000000d7421c1ea568466f5c583cde4bd7163a558a53ec1155 2,718 1.00/1.00 vMB 98
653,607 653,607 0000000000000000000b74ba4da89de7a71bdf442c1a3da0d2aac53a08cdc47d 2,666 1.00/1.00 vMB 113
653,606 653,606 00000000000000000005c84fb95910a2f16d44aca2a760471de4e41d121171c2 2,764 1.00/1.00 vMB 104
653,605 653,605 0000000000000000000228ba7cf189c6bbf3b70c5c0d3334ad88a78b2e9d990a 3,023 1.00/1.00 vMB 82
653,604 653,604 000000000000000000081e2a858f7a68872cb0d2d8613661d7b8e79623e66830 2,938 1.00/1.00 vMB 90
653,603 653,603 00000000000000000007663cbae36ef2d54750b403ef01b474293f5a55b559aa 3,120 1.00/1.00 vMB 79
653,602 653,602 0000000000000000000c1e663fbf2bd34ad0ff7e844b61c90c287e2058345b42 2,879 1.00/1.00 vMB 95
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.13 GB
    • Received: 14.89 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.