Loading Tool

Explorer IconExplorer

Memory Pool

79,144 transactions
30.07 vMB
0.12473023 BTC
Random Selection Loading Transactions
Max Size: 180.37/200 MB

Candidate Block

Mining Attempt a4f9672ccaaad19a3da33cebd42a0ce4b521656515e24f9b4face69d11c4c9c6
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 7d5c699eefca5eb462aabf30740f254dc92e4b2873770eefb5fb505bac2a1369
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,751
Size: 1.00 vMB
Total Fees: 0.03865574 BTC
Feerates: 673.02 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (131,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,842 783,842 0000000000000000000323a2c5f309a003488eb4c8b8a600cfc55f930fac35dc 2,038 1.00/1.00 vMB 9
783,841 783,841 000000000000000000055adda8ef100834f99517f127dd22e7841555d2898155 989 1.00/1.00 vMB 10
783,840 783,840 00000000000000000003650976350de44ea2366fbe583655625c95c57fce6e95 1,269 1.00/1.00 vMB 10
783,839 783,839 000000000000000000042a7ced72e90d6656e2d203e17c987b9a9b8fbf6b14b9 2,300 1.00/1.00 vMB 27
783,838 783,838 000000000000000000054076776403ae216dd02cb253d87f2eaf295963d92540 2,116 1.00/1.00 vMB 27
783,837 783,837 00000000000000000000f0390fce89846fade8152eeef7b5ece8822d5d34b0bb 993 1.00/1.00 vMB 7
783,836 783,836 0000000000000000000585058204cdac36e7bde22d5d0e20aaaa11f23af98657 2,563 1.00/1.00 vMB 23
783,835 783,835 000000000000000000010caae99b2b21667b1f87eb1df1aedf7751c51c96ac7f 2,778 1.00/1.00 vMB 23
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
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.