Loading Tool

Explorer IconExplorer

Memory Pool

43,880 transactions
26.37 vMB
0.05285465 BTC
Random Selection Loading Transactions
Max Size: 139.29/200 MB

Candidate Block

Mining Attempt 786b7e5e650e0c514987f54ea9d4ea4145de7dde1ea1e5fbd2fe75ca667c54d6
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 0223ae5c2a808e21ba64b71dbfb5cf76dac969b0fa37b224296f8544eaed1347
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.03177372 BTC
Feerates: 298.51 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (318,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,191 596,191 0000000000000000000e6f2e88077027c63e8b45e5c565f12c77f4f666c78e2c 2,676 1.00/1.00 vMB 18
596,190 596,190 0000000000000000000ca3ea156dca8a1d246a38efc0898b8743682b9c446419 2,579 1.00/1.00 vMB 55
596,189 596,189 00000000000000000008ae3477d6954269b505f5ea647934317754f8d40ba3c7 1,813 1.00/1.00 vMB 10
596,188 596,188 00000000000000000015ebcae4398c0289eecc75abc4b1c33e80bba852e9addf 2,771 1.00/1.00 vMB 38
596,187 596,187 00000000000000000016ffe9d3c382bd1fe8179a43ef3556a4ca6bca295e3138 2,290 1.00/1.00 vMB 28
596,186 596,186 000000000000000000146157bb0d059d290fc09b3bca491004c9b3a4e37f4bb0 2,584 1.00/1.00 vMB 19
596,185 596,185 00000000000000000002a1f456b4281188009c78bd8c5861352866658a559d3e 2,861 1.00/1.00 vMB 33
596,184 596,184 0000000000000000001234e4e275efb70314775ae77337e00b44186c4eb1d5b8 1,905 1.00/1.00 vMB 24
596,183 596,183 00000000000000000009400651c5aaa30b8593615808135471d0cdd629df5aac 2,830 1.00/1.00 vMB 29
596,182 596,182 000000000000000000101434777871822e9655bdcfb942fa27d1863248aee568 2,407 1.00/1.00 vMB 48
596,181 596,181 000000000000000000122853d6183da16e17f0c454c79ed7cbfe94656e23a59d 2,389 1.00/1.00 vMB 19
596,180 596,180 00000000000000000007acb4d9c1779b557b5506a79ea1f2cffe535c5983d919 3,218 1.00/1.00 vMB 31
596,179 596,179 0000000000000000000f2f67394649c75272968bb066d5958619870b075d7a50 2,657 1.00/1.00 vMB 4
596,178 596,178 0000000000000000001477c3ce12d983f77946192c524ef102c725db581b2044 2,449 1.00/1.00 vMB 26
596,177 596,177 0000000000000000000e5a9c049653f341b5c4383a1f9281d47185aa2d99315b 2,308 1.00/1.00 vMB 13
596,176 596,176 000000000000000000135c1cbae7e610cd7e3c0bacc3a86a8c0b40e3f4895586 2,736 1.00/1.00 vMB 16
596,175 596,175 0000000000000000000a133bba45cd1528a3cb57477731e5f2983f1a6668435b 3,021 1.00/1.00 vMB 34
596,174 596,174 0000000000000000001056a375ef14859db969aaad08ead83c17f2b441fc42b0 3,024 1.00/1.00 vMB 29
596,173 596,173 00000000000000000015baf59398ad54bafff28e7415556350ca4bb9e7f84c21 2,688 1.00/1.00 vMB 27
596,172 596,172 0000000000000000000caeb8d107e97fd3510e8dfb119b4f31a4b09a00de8de5 2,661 1.00/1.00 vMB 49
596,171 596,171 00000000000000000000c2ca3b63c02665ef5324ab05a6c37e7333a9f1ca0b9f 2,079 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.