Loading Tool

Explorer IconExplorer

Memory Pool

78,186 transactions
29.01 vMB
0.07989601 BTC
Random Selection Loading Transactions
Max Size: 175.87/200 MB

Candidate Block

Mining Attempt a5f464cf724ee9aed3e531463c6d0f8369fa9d71b8f3ba98d59adc5bd600722f
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 1b3ef1ac7ff4b45093208671c0aad3527dbed7cf2848f56166fb112d6611da64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,357
Size: 1.00 vMB
Total Fees: 0.01926535 BTC
Feerates: 100.81 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (117,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,374 797,374 00000000000000000001a41939cb86cbffd17cc15488381475a4b2354e8c61bb 5,189 1.00/1.00 vMB 6
797,373 797,373 00000000000000000000918eba4c624cea3cc9899cc1a13333b7e57d59be6565 4,986 1.00/1.00 vMB 7
797,372 797,372 0000000000000000000050654708084725d1af077efcdc4976aadf4d376707f5 1,448 1.00/1.00 vMB 7
797,371 797,371 00000000000000000002bffafa7027a490bbb51890c368c1d5f934e1071b4356 2,676 1.00/1.00 vMB 17
797,370 797,370 00000000000000000004134b5d1be97a037e1f8027723af2ea9368e73fa910ca 2,282 1.00/1.00 vMB 8
797,369 797,369 000000000000000000017f6a2bde4eed3fd36e5e6a7ad6d26414538fd9afce4c 1,530 1.00/1.00 vMB 12
797,368 797,368 000000000000000000022562d087aab671adf96bb38a3b0653fdd10bbb6f138b 2,607 1.00/1.00 vMB 16
797,367 797,367 0000000000000000000372d2f497a8986e0e1cc20c7726d039c78df3f83a65da 2,781 1.00/1.00 vMB 16
797,366 797,366 000000000000000000057acd933b31c059e4f1e362b7a1cb3ff20989d0ecc1e1 3,674 1.00/1.00 vMB 8
797,365 797,365 000000000000000000057f0e7b88af058d5eac4785daacfd4ebd13c0d7d80168 3,728 1.00/1.00 vMB 7
797,364 797,364 000000000000000000026b6a8d8ce00f3d2c229d3d1d715a1c7f7596720eeaa4 2,992 1.00/1.00 vMB 20
797,363 797,363 00000000000000000002f061f9c6bb00ec905b504ea6952f997163ab76ba40b4 5,220 1.00/1.00 vMB 6
797,362 797,362 000000000000000000014c5999cbce2ce3b7e191fb631ec736cf5fbfbd142484 4,437 1.00/1.00 vMB 6
797,361 797,361 000000000000000000001d0920518e89845ef5917cedd031584bd846491a0937 4,265 1.00/1.00 vMB 6
797,360 797,360 00000000000000000002d29df8f2b36190a90355022f0421f7a2f775ca628faa 2,323 1.00/1.00 vMB 14
797,359 797,359 0000000000000000000041953dd4b420dad0a1c2e1690218323fc5b2ae513260 2,836 1.00/1.00 vMB 5
797,358 797,358 0000000000000000000434aaa2cad996d774b66a17974ad1381f618a78e93e73 2,315 1.00/1.00 vMB 18
797,357 797,357 00000000000000000000bdfc3aab416c30cf986a0b2c6b8950e24a62db7f8597 1,883 1.00/1.00 vMB 16
797,356 797,356 000000000000000000044454e63057f99ff60d474046af0a5e044c749f944b15 3,305 1.00/1.00 vMB 15
797,355 797,355 000000000000000000002c52c7a673031ea0e1662a9385ac9c446f21eb67168a 6,509 1.00/1.00 vMB 4
797,354 797,354 000000000000000000014b5b090b6e009b4fbc6c7d85564f15e9d4f41f1738a3 4,301 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.67 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.09 GB
    • Received: 16.39 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.