Loading Tool

Explorer IconExplorer

Memory Pool

77,272 transactions
28.95 vMB
0.08273150 BTC
Random Selection Loading Transactions
Max Size: 174.72/200 MB

Candidate Block

Mining Attempt f0a673fa8e70c096ad7160f27130fa9df093a5a844d0e3432d1b8562ff4f811a
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 86922dc977004dd673c661687b12862625cbf990da237a82e60d20259275e8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.02224366 BTC
Feerates: 103.00 > 2.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (128,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,086 787,086 00000000000000000004f18c3a7d99bd705ae5ab8b24c1d7765e93521916fa0b 2,931 1.00/1.00 vMB 25
787,085 787,085 000000000000000000054d2e86af07cec361b91b92ab4b7353c35df1882e4865 3,907 1.00/1.00 vMB 32
787,084 787,084 00000000000000000003d8ecd6bba285fb04a9a3a669326893ed49a2ef300fdc 3,542 1.00/1.00 vMB 34
787,083 787,083 00000000000000000000521d9089c71e3e8ab9edd4da15f5c51ace2ddf2ab240 4,007 1.00/1.00 vMB 26
787,082 787,082 00000000000000000000990a5d2c9ceafc36774c0745245b21af3803e7b5eec9 3,693 1.00/1.00 vMB 24
787,081 787,081 00000000000000000004dded8f7c888e7a2dc9361dd8dd8e7a60bda5033873b2 2,853 1.00/1.00 vMB 30
787,080 787,080 00000000000000000002badfd7eccb93a21c6d85fd8969b8e767bb43cf9d55ce 3,170 1.00/1.00 vMB 39
787,079 787,079 00000000000000000001f2142e7238192d71fb1af49e36e6dc78d744973bb9d2 4,229 1.00/1.00 vMB 28
787,078 787,078 0000000000000000000411daab16c767b94b5718e7d703a8aa27d260a4fb02d4 4,578 1.00/1.00 vMB 28
787,077 787,077 000000000000000000048733a5fca6e22bce845d7961c048c06aac8ca27cc9a2 4,166 1.00/1.00 vMB 28
787,076 787,076 0000000000000000000358c86eaa0ed13dbe27d53b3dc4fba502546a4f20dcce 3,688 1.00/1.00 vMB 36
787,075 787,075 00000000000000000001719737a312b1bb517ea355987d28082191f0f18a56d0 4,231 1.00/1.00 vMB 21
787,074 787,074 0000000000000000000145fd5bd9535c16948b2dd0f930599d720a3951d9814e 3,074 1.00/1.00 vMB 25
787,073 787,073 00000000000000000000bb252e11a381e2d9ee948dd8f2c9df9b7cb41adc40b2 2,594 1.00/1.00 vMB 20
787,072 787,072 00000000000000000000032c1682e545847242a8486a8c0ceb996af46eeb1c57 4,022 1.00/1.00 vMB 23
787,071 787,071 0000000000000000000245b20662918742be0ffa6f96bc14f32eb63b18d9a356 3,824 1.00/1.00 vMB 32
787,070 787,070 00000000000000000004b220fa555be21a85c8e027e2ba2d3b02f5e614e68901 2,581 1.00/1.00 vMB 30
787,069 787,069 00000000000000000004c6125026f00b76e7b762e645a0b0b7ecfa7a7dafdba2 4,494 1.00/1.00 vMB 25
787,068 787,068 0000000000000000000140912bcf7179fe370f4494bd350c3f7cf576359c8d20 3,479 1.00/1.00 vMB 27
787,067 787,067 0000000000000000000348522f4f24304bfcadece8b34c0696faa4f87ec4fdc4 3,434 1.00/1.00 vMB 24
787,066 787,066 00000000000000000005233c5202951a85538b047e62f4c12c25d9ff65e62f07 3,427 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.