Loading Tool

Explorer IconExplorer

Memory Pool

75,636 transactions
28.06 vMB
0.08624631 BTC
Random Selection Loading Transactions
Max Size: 170.37/200 MB

Candidate Block

Mining Attempt 38151b64ffa76580dc72a8576fd51de5ff2e00a70586b5be3e1f7805fc6eef83
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root e511a6fb10797734c6a7970a4a829950112e11aa0691395ca8b473f09a7f4fa6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.02596324 BTC
Feerates: 402.60 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (570,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,525 344,525 00000000000000000d2d691a08cda88af0a486da1f90a52c4b01b56eb813f0ee 780 0.44/1.00 vMB 26
344,524 344,524 0000000000000000030f5a5bf06a5bcfcb75ad2d88792d6915f3ab9941a1647f 325 0.44/1.00 vMB 8
344,523 344,523 000000000000000016fdf661d8f19f544f29aafa52ee52ed269d071f0d3f00a7 632 0.75/1.00 vMB 16
344,522 344,522 00000000000000000c2048ad8d7a9c3545a53bb3f4ee238f395e23f94cb215aa 1,482 0.75/1.00 vMB 26
344,521 344,521 000000000000000002cd55ea1e6fb2b644f4fa9c2ef020a6cd7d19d8b70bd5f1 638 0.25/1.00 vMB 39
344,520 344,520 0000000000000000106f21e2fbafcee7ac184f1114f5ea241830a2f863ad60d9 1,032 0.75/1.00 vMB 20
344,519 344,519 00000000000000000d4d7411d1b378a94355eabf5cb7df58fa48f30802992391 266 0.12/1.00 vMB 40
344,518 344,518 00000000000000000ab233bbeeb6d944a28d5fc6fa32211a8b13899c86bba3fb 314 0.23/1.00 vMB 23
344,517 344,517 0000000000000000147c2b81fac99b75292bb7b1c977ce753b79547584d7eb91 548 0.48/1.00 vMB 26
344,516 344,516 0000000000000000027c7e5d0ed57580ca214112e805715e884b5b4fda1632df 1,148 0.75/1.00 vMB 37
344,515 344,515 000000000000000012784a73c1b21d425dcb466c16032e70ce28f430256de39e 596 0.60/1.00 vMB 21
344,514 344,514 000000000000000008dad1b62d118c5176a2e5387ef969022709cc7c2ec6fa41 674 0.73/1.00 vMB 16
344,513 344,513 0000000000000000136b41252b170bb3e5cc4d450ba2ba3931e5597062ed5220 891 0.75/1.00 vMB 19
344,512 344,512 00000000000000000c9ead198ae801340b95f66a83d970e8282ebf0b795b0ee0 1,728 0.75/1.00 vMB 38
344,511 344,511 00000000000000000ba39c1713ea3d69b00f5b1701a4ac997bfe82d2980c07af 635 0.92/1.00 vMB 9
344,510 344,510 0000000000000000106b7bea9c5da0dd8e6e473accba0a6a32dfc290d5d25c59 1 0.00/1.00 vMB 0
344,509 344,509 00000000000000001569248a24d500e60844adc0e46876756aec51dc55b839fa 166 0.73/1.00 vMB 1
344,508 344,508 0000000000000000060b8378c8b260a26e2676c561d0e93261d494646cc4ea13 1,656 0.87/1.00 vMB 25
344,507 344,507 0000000000000000149561d46a9aa2294a4c3d2a1b5a5e79100f723c82e2b757 690 0.73/1.00 vMB 14
344,506 344,506 00000000000000000a132870f8da8d4298caf75006e4c350273a6b9bffcfa8ac 512 0.15/1.00 vMB 40
344,505 344,505 00000000000000000b10abb1cceb4dba5dab298af7472495db42afcab9642f62 1,980 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.93 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.69 GB
    • Received: 17.58 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.