Loading Tool

Explorer IconExplorer

Memory Pool

81,312 transactions
30.26 vMB
0.07513965 BTC
Random Selection Loading Transactions
Max Size: 185.77/200 MB

Candidate Block

Mining Attempt 68360253baa517d0f306c36e2fb88b558c645e0747b74c69aa3969a2ddafbdb2
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 47c87fd5d7b2e644314a3956a275af79a75d0b24b8eef054af3d40e837d3f1c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,920
Size: 1.00 vMB
Total Fees: 0.00796146 BTC
Feerates: 150.77 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (218,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,652 696,652 000000000000000000062f5a5bce820bf46c7eb41436e0a3fc349eb63e3e80c9 1,152 0.50/1.00 vMB 5
696,651 696,651 00000000000000000004c8ceaebaea20936be12174adcb2d444933b4b1d4f80a 2,088 1.00/1.00 vMB 17
696,650 696,650 0000000000000000000e4a6da411a5ea09cf197239f4e241d6736c54dedbf843 2,531 0.97/1.00 vMB 7
696,649 696,649 0000000000000000000290c12e74dbcd492ecc341f8e987ce79b220530e2c47b 1,325 1.00/1.00 vMB 6
696,648 696,648 0000000000000000000ef358fea66cf406bc9a5bf43783c992e0e9a4e412f0f7 2,143 1.00/1.00 vMB 7
696,647 696,647 0000000000000000000879fcfbd9f0c5dd88c92a1bbb3fb8575d9d6fec9433d5 665 1.00/1.00 vMB 5
696,646 696,646 0000000000000000000c1046a3eb2057f93faa2ff6ed1764910f193937d8d657 1,027 1.00/1.00 vMB 12
696,645 696,645 000000000000000000034cbe5129b08926d3f1fc1193f7370245f5ef7906c856 1,952 1.00/1.00 vMB 5
696,644 696,644 00000000000000000002731d431919f3bf20a496f8aa333368cec7694d46ac4d 2,497 1.00/1.00 vMB 28
696,643 696,643 000000000000000000106163d1949868463f3b3d7b55f7a96f92a55ba1e25f70 1,718 1.00/1.00 vMB 16
696,642 696,642 0000000000000000000249f6315948c7288150f1dde05daf5742d7fb2ad292db 353 0.15/1.00 vMB 12
696,641 696,641 000000000000000000067bfee4073dd2c7ec20c541fa633b80fc427bc58d96dc 1,536 0.85/1.00 vMB 8
696,640 696,640 00000000000000000006bbdbd9ad9e992334992b1b580cb3d2cafd6641476d8b 518 0.68/1.00 vMB 4
696,639 696,639 0000000000000000000a15148a96fb0473f96f392e941227948fb889a8550487 742 0.99/1.00 vMB 3
696,638 696,638 0000000000000000000a1e24d116703e65cb869e2f182742d0b49d5a1c77d291 556 0.87/1.00 vMB 4
696,637 696,637 0000000000000000000a2265ccd5bf56d0b122083031fbb44e969f6f39a5ddc8 180 0.81/1.00 vMB 1
696,636 696,636 0000000000000000000e4c184d78f5b6729cc65537fc3d4e13d786303eae67b5 710 0.99/1.00 vMB 5
696,635 696,635 00000000000000000005900beacc82ebb6433780e0ce27e827f46b256036e126 931 0.99/1.00 vMB 11
696,634 696,634 000000000000000000033ebf1d2af22f4b31b3ca98f21a176ca1a7131855a97e 674 0.73/1.00 vMB 6
696,633 696,633 0000000000000000000bd3686fa55b3a6898dc86e48670ce0b91875fb0d56fa8 73 0.03/1.00 vMB 5
696,632 696,632 00000000000000000011392d8c21f2f411bb39ad703efb7dfef3270fc4787fae 109 0.11/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.