Loading Tool

Explorer IconExplorer

Memory Pool

78,999 transactions
28.98 vMB
0.11459173 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt fd5b52afd1ced7600066538556af43c0b5367197278d818fcf5cbcf49f7524a5
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 08a87a558144db340c5f5a393655415e9fdb120e1d218ca04b6e7aa38d9e82e3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.04145057 BTC
Feerates: 602.26 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (438,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,857 476,857 000000000000000000b3a097c0ee04da128d538e68ab3530130a69250c235031 2,216 1.00/1.00 vMB 296
476,856 476,856 0000000000000000001696d69628c6856257388080b5477fa8c525eb3db565ae 1,677 1.00/1.00 vMB 174
476,855 476,855 000000000000000000b14014a1aad7a28f97412d61b79a7f367e9e414eabefeb 1,326 1.00/1.00 vMB 184
476,854 476,854 000000000000000000db8d39434e272f1723e588d9117010b1fb5021251213a4 2,237 1.00/1.00 vMB 255
476,853 476,853 000000000000000000b5bbcc5e68d33f53d5c53fa912e711321d868d18143369 1,676 1.00/1.00 vMB 233
476,852 476,852 0000000000000000006c346b2b543daa90aad6ad69199d5415b5972725cb814f 2,142 1.00/1.00 vMB 285
476,851 476,851 0000000000000000002a5d8e3799a7300150ae42e1a6cf2b6ad44c46d4cb5bd6 1,259 1.00/1.00 vMB 159
476,850 476,850 0000000000000000010b04271ba260fd5304bf14261bda8b6cb846a2f0b27c20 2,174 1.00/1.00 vMB 257
476,849 476,849 0000000000000000011dda41b3ccd4d8c61b05d02e19be4394cac17691bcf57b 1,293 1.00/1.00 vMB 189
476,848 476,848 00000000000000000036e14ead5a7d2f427bc8522613b34e416fd11a112a7d2c 1,004 1.00/1.00 vMB 222
476,847 476,847 000000000000000000e727dcef6a38649382291cdc37537f24bcd2345a9bf2af 1,651 1.00/1.00 vMB 266
476,846 476,846 00000000000000000065b7b9820aac7d9b74632abd84e0ecdb1f09de3b71302a 421 1.00/1.00 vMB 44
476,845 476,845 0000000000000000004cb8a4f5e22644934c187e0bc90885b8d31afd3be8332d 1,358 1.00/1.00 vMB 106
476,844 476,844 000000000000000000cdd0af8b2a828fdc4df8c2cd7f54746b4a40bc8b5a93d7 1,656 0.97/1.00 vMB 75
476,843 476,843 000000000000000000971fccc112b9e2de117db785eadec4c889359d105350fc 1,776 1.00/1.00 vMB 176
476,842 476,842 000000000000000001181b52eaaa8f33aa8de7f151045f7601301a61d982b56e 1,608 1.00/1.00 vMB 165
476,841 476,841 0000000000000000007fa5c4741843b3a3a5e12399c89fc6129e0e283e2021d7 2,016 1.00/1.00 vMB 187
476,840 476,840 0000000000000000008344c0b018e15f2a0f003c726ae7b2907f50492ea37c41 1,591 1.00/1.00 vMB 141
476,839 476,839 000000000000000000a78dbeb7c7fcd8d4ca7b52ddc86570ab5769adc32eee40 1,722 1.00/1.00 vMB 69
476,838 476,838 000000000000000000fd54cd30cbbd39d05380b500378b8e176ee3e6cdbbf8bc 1,420 1.00/1.00 vMB 93
476,837 476,837 000000000000000000853b41f0a27936eebdb28165c770f01e79b219f9c7a7aa 1,252 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.54 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.