Loading Tool

Explorer IconExplorer

Memory Pool

74,163 transactions
27.35 vMB
0.06561022 BTC
Random Selection Loading Transactions
Max Size: 167.18/200 MB

Candidate Block

Mining Attempt 7395457d13f8f8db5f3ad97fd5b10a841122c6ad5cc94e2d251ce5bb7b85cdf5
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root a2c20b8b3d8c407b0520ce7c4ab8f832cd2a72f1325635526feef353c3788097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,515
Size: 1.00 vMB
Total Fees: 0.00740394 BTC
Feerates: 179.53 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (217,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,779 697,779 000000000000000000019129ff4d6e67f6f14814fbc1acbd2188064d5c97828a 320 0.14/1.00 vMB 11
697,778 697,778 0000000000000000000b4c5503f5ac24cd29e0e1a294d74bd0a8bcbc200b3640 1,335 0.52/1.00 vMB 19
697,777 697,777 00000000000000000006a37f0396857f8a6b0c6428dc2ffefc6d58e3219b4c62 474 0.16/1.00 vMB 14
697,776 697,776 000000000000000000084261ea8f4d629addd2c937cc37e9bc141eb401691722 206 0.06/1.00 vMB 17
697,775 697,775 00000000000000000009016d24bef16e87202160937efba1855262a76edc2866 1,517 0.70/1.00 vMB 12
697,774 697,774 0000000000000000000a9839c98ffb72354490dc42f4e33e7a9aa150931a3019 890 0.56/1.00 vMB 8
697,773 697,773 0000000000000000000de1d259b5d153b9595f6158623b7f50b0da3c58d297da 75 0.05/1.00 vMB 5
697,772 697,772 000000000000000000024138fea82d86819dbc1931af2e11be83c65ac6e5021b 1,243 0.53/1.00 vMB 11
697,771 697,771 00000000000000000000affa0f15a166052055d88280f21a90bc142f16a2a640 1,396 1.00/1.00 vMB 9
697,770 697,770 000000000000000000005046ff34c5b15cb441819df3d96af83a1816d1802bd0 697 0.27/1.00 vMB 11
697,769 697,769 0000000000000000000ff7486b0b9fe74a50107f1fe3af22258d1787cefd259b 2,320 0.89/1.00 vMB 18
697,768 697,768 0000000000000000000a1aa96edb95d0325bc5918530b783e307888d05bd2812 1,255 0.53/1.00 vMB 8
697,767 697,767 00000000000000000001449d4cdcb44172e01ea76f4ed8d93abd6e6b8128afb1 2,607 1.00/1.00 vMB 10
697,766 697,766 00000000000000000003ab6e59e741f233ebb4db9e4a4b54d28d4d4d0f529ae3 624 0.31/1.00 vMB 14
697,765 697,765 00000000000000000000ca1149cd3b0da020158ba02f8ba8dd1f8672a6677e14 1,344 0.60/1.00 vMB 6
697,764 697,764 00000000000000000000b042f3d6b4e97b2603fde11ece92594628c3e9babcb3 2,628 1.00/1.00 vMB 12
697,763 697,763 00000000000000000004eb40a709049a99414a62eabd3ce1b8f2b706eb3f141b 1,515 0.76/1.00 vMB 7
697,762 697,762 000000000000000000025d442dc5c8cf50acaacc18b14a9f8566807dae2efbd8 1,575 1.00/1.00 vMB 1
697,761 697,761 0000000000000000000d03dbfbcd562cef88fa47af2f9ca29a3bc097cde32466 2,648 1.00/1.00 vMB 18
697,760 697,760 0000000000000000000857128777dd5e3e8c87899d204817b880c2fdda283808 1,047 0.42/1.00 vMB 12
697,759 697,759 000000000000000000091e1a2c18d9a516297b69d6f159a0224b7161ddea449a 754 0.25/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.84 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: 712.36 GB
    • Received: 17.17 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.