Loading Tool

Explorer IconExplorer

Memory Pool

79,412 transactions
29.35 vMB
0.07347052 BTC
Random Selection Loading Transactions
Max Size: 176.15/200 MB

Candidate Block

Mining Attempt bb5b3e838ae528876ee938f9fbe4839dc9ff1145e5877ca8959c5c502232c14c
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 49880dce9e64f8210780ff1202c32bb4ce81d9e1441781f3ebd78406e22b1781
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,381
Size: 1.00 vMB
Total Fees: 0.01382804 BTC
Feerates: 170.94 > 1.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (341,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,333 573,333 000000000000000000048d938ba3163d6e1d7bf75c4b442f1dde4f3a01959296 2,345 1.00/1.00 vMB 60
573,332 573,332 0000000000000000001bcdc3dad0c0d0e8b5a1abcb83caa75bd17a78e0617db4 3,221 1.00/1.00 vMB 81
573,331 573,331 0000000000000000001fc98b497e494d755654a37bc75e602e38a039e0f435cf 3,104 1.00/1.00 vMB 134
573,330 573,330 00000000000000000026eb3bda7421ccd5db801e645435090746f72e4f859c61 1,643 1.00/1.00 vMB 51
573,329 573,329 0000000000000000001a4a3e2af3cfd9ad2ec7fedfe85b4245ee3c9726f13079 2,774 1.00/1.00 vMB 81
573,328 573,328 0000000000000000000589b297068272b9ab194d9f06f82c3fcd096aedb8bce8 1,834 1.00/1.00 vMB 64
573,327 573,327 00000000000000000019a63ecefe36142b34635b8a33d8825637b9eb45422766 1,772 1.00/1.00 vMB 77
573,326 573,326 00000000000000000012fb15e8cb57640b4429e4861fb390c32dfb9d442f3a8e 2,162 1.00/1.00 vMB 96
573,325 573,325 000000000000000000105ac8800ca5e4c708b3b3ef4cced036f1bc8a40cafadd 3,098 1.00/1.00 vMB 51
573,324 573,324 0000000000000000001a3f39abcc5f365fde982ed45f3b764a5e4bbdf27335ff 2,596 1.00/1.00 vMB 96
573,323 573,323 0000000000000000002c05abb2be935a6085b73e72707248163079cde5957824 1,859 1.00/1.00 vMB 24
573,322 573,322 00000000000000000012b32098182089b8a149406adc2ff20c37b38f2d3b08c9 2,263 1.00/1.00 vMB 18
573,321 573,321 0000000000000000002641c134db6774795c27fbfd9764caad5e9e3cf7f54057 2,559 1.00/1.00 vMB 23
573,320 573,320 0000000000000000000e5b6e68b656f1318a4b815d2087804fc33f8b425b6c2b 3,019 1.00/1.00 vMB 58
573,319 573,319 000000000000000000256ff3906c04fc76d668f7a538680bed069041c27c57b5 2,758 1.00/1.00 vMB 46
573,318 573,318 00000000000000000005ea39e8358b64b8cbcd924eb922cf1f02f38dd936bcc2 2,830 1.00/1.00 vMB 82
573,317 573,317 00000000000000000013d105572857832b2e2178369d1494a7a17fa6332a41cb 3,096 1.00/1.00 vMB 94
573,316 573,316 0000000000000000002c48b71189dcd1ce8062227b8163b1ac721151b5126df3 2,917 1.00/1.00 vMB 75
573,315 573,315 0000000000000000002223f4a9c51414d44789e526b98ed50690fac3b2c094b7 2,889 1.00/1.00 vMB 68
573,314 573,314 0000000000000000000086b8f79d9241fe19a16fbdc4cfe48171d9d59035c0e3 2,992 1.00/1.00 vMB 78
573,313 573,313 000000000000000000000d8c61fdcc228394ef233a2130ba7a10491af1a5842c 1,862 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.