Loading Tool

Explorer IconExplorer

Memory Pool

23,143 transactions
25.98 vMB
0.03065461 BTC
Random Selection Loading Transactions
Max Size: 138.89/200 MB

Candidate Block

Mining Attempt c9b8d7369ecb89a1b60ad6fc47d26523c952170679a2ce194d46ad4e0bf04283
Version 20000000
Previous Block 000000000000000000001c90927b1800669f05a52bd9bc2ce50bc7fe40189b53
Merkle Root 8fae4a4bbf17e575303e37ecc176b23b02f58286c0b4cf5a49094791454dc2b8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,899
Size: 1.00 vMB
Total Fees: 0.00179877 BTC
Feerates: 5.19 > 0.18 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,852 (157,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,834 783,834 00000000000000000003277e8e72f4d1c8a888182bf7fb3248a2c9ecdac50cf5 2,848 1.00/1.00 vMB 13
783,833 783,833 0000000000000000000087a5f513283320dca4e0fc75c74d95082235368397b7 3,363 1.00/1.00 vMB 19
783,832 783,832 00000000000000000005c295bd18d59a8c54a4374e17a0db5631f52713d641df 1,849 1.00/1.00 vMB 14
783,831 783,831 00000000000000000004aeef4d343b5f61fd820577afe3b4037ca8e00d55fd5b 3,558 1.00/1.00 vMB 12
783,830 783,830 0000000000000000000158b0c9ab06a299f360b653f9477157441026f9bb6701 1,401 1.00/1.00 vMB 16
783,829 783,829 00000000000000000003e0537a0ce0af23ca1c74b0ab3fba3c58a08ca1ca19c4 1,727 1.00/1.00 vMB 21
783,828 783,828 00000000000000000002e417bd4732cba86fe7672c1f0f9b4b023b51e5b60c64 1,320 1.00/1.00 vMB 27
783,827 783,827 000000000000000000054eb53416c337ca1fd9867e0e024845499fb234f182b4 2,430 1.00/1.00 vMB 22
783,826 783,826 00000000000000000001dc5bb7279e9b21e389f2bedda45c323081af288b96f4 1,358 1.00/1.00 vMB 20
783,825 783,825 00000000000000000002c034d7e01b9c8ad665587dec4b7ae6d495af3bad0ea6 1,028 1.00/1.00 vMB 18
783,824 783,824 00000000000000000005bcc8edc6512b4d67c0bfef6028be2e469f59908f72df 2,598 1.00/1.00 vMB 20
783,823 783,823 00000000000000000005920dad557fb9b1dfdf8b81ecd57b6ee6426a49086393 3,129 1.00/1.00 vMB 23
783,822 783,822 000000000000000000020c9cf04c93d90c820c2efdb0ad16ce0a947e9c6ad124 3,322 1.00/1.00 vMB 38
783,821 783,821 00000000000000000000c04ab2cb7f2278893c81debb3a987119e6f7a22b236f 2,847 1.00/1.00 vMB 17
783,820 783,820 00000000000000000003658e7ba82ef9441fc95083af3449c6b9d902ca995fbc 3,241 1.00/1.00 vMB 36
783,819 783,819 00000000000000000004b0da85fa57f851477ee6fdc4c3f2ea8371264f28d683 2,983 1.00/1.00 vMB 24
783,818 783,818 0000000000000000000401e1def293354ee7a1afd82680ec97c3926ac4d1e56b 2,425 1.00/1.00 vMB 32
783,817 783,817 0000000000000000000378fa8fb6626d7a44e6aa26ac3abc2cc1403469137aac 2,816 1.00/1.00 vMB 34
783,816 783,816 000000000000000000049a2e7c0f4a2429df7898cbc12d5408ec173698f6cbd8 2,917 1.00/1.00 vMB 30
783,815 783,815 000000000000000000057420c4ed491ee72508d377abf0320718629ce11c9a09 3,570 1.00/1.00 vMB 41
783,814 783,814 00000000000000000004e67e83bee5fc25bc8526b4e51932c48d0f97294d3014 3,620 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 828.27 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: 4,568.22 GB
    • Received: 246.55 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.