Loading Tool

Explorer IconExplorer

Memory Pool

76,746 transactions
28.71 vMB
0.09363663 BTC
Random Selection Loading Transactions
Max Size: 174.23/200 MB

Candidate Block

Mining Attempt 83336d323a135bace8b839f461d0ec4c63c4d4dcee9e9b3d2ad29069b03220a2
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 24385a7a3d4b67d4ee7f29532ad56de49c8d21f5223ae7dd633174f65c6b0d02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,001
Size: 1.00 vMB
Total Fees: 0.02712406 BTC
Feerates: 180.82 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (545,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,680 369,680 000000000000000002fa4b5d363921993d1966b0a7dad4dade3801a00880c885 503 1.00/1.00 vMB 10
369,679 369,679 0000000000000000031326422ccee7bade92ca98486a4ec214478e8a4204c292 1,548 0.95/1.00 vMB 27
369,678 369,678 0000000000000000109358965edf5357bef15c57c95d0aa301840234d96be508 2,643 1.00/1.00 vMB 51
369,677 369,677 00000000000000000decd56931db43c5a8e857daaeee63627f9e8c2dce02cb41 2,857 0.95/1.00 vMB 57
369,676 369,676 00000000000000000d5b812b4bfd5fd947c4efaeeeff4f922ee031b66aca2116 1,079 0.51/1.00 vMB 39
369,675 369,675 00000000000000000d7562e2515e3bec9f74cdae137d5a77c63c7d9f080c273d 73 0.03/1.00 vMB 32
369,674 369,674 000000000000000006c2bf7fab91c9e0a106bdac91ccc08f6ad43f04742dd42b 586 0.30/1.00 vMB 43
369,673 369,673 000000000000000010e8e81d504f07a08647913ffbd9ff14eedfe5f5a719737d 1,384 0.67/1.00 vMB 42
369,672 369,672 00000000000000000dcb374bbaa211754f4e46b82ba17f0500d19fe1b40b657d 491 0.24/1.00 vMB 40
369,671 369,671 00000000000000001412cf82f8f43d3d739a71a4d42aee55d6def143ee723d9c 541 0.25/1.00 vMB 40
369,670 369,670 000000000000000001fc510f739bdb5b2b1f5395b8d186a423af09487b44a6d5 1,071 0.61/1.00 vMB 37
369,669 369,669 000000000000000011148be2e6523877ce5c7e0076a0e3f4f3987d728057c1c9 309 0.21/1.00 vMB 34
369,668 369,668 000000000000000008a20d6b9055f4791cb50cbfb0014f062c8597f98e598e09 442 0.28/1.00 vMB 32
369,667 369,667 00000000000000000d60bc210e2f05543b418dada80c7a637ab5a80d9da7e204 905 0.50/1.00 vMB 38
369,666 369,666 000000000000000011331e54647a0080ea0db28f3b666b8fbec065af63f85655 896 0.48/1.00 vMB 38
369,665 369,665 000000000000000004f5422ad8fab31930bd1db651d262943a40631a7767279b 691 0.40/1.00 vMB 34
369,664 369,664 000000000000000008c3026746126bcdd2fb4bcab949f8c89608d0a2978de777 1,991 1.00/1.00 vMB 43
369,663 369,663 00000000000000000416b1c47ab78c40df9ab2499a9f474d4f254d31bcef89cb 1,089 0.49/1.00 vMB 41
369,662 369,662 00000000000000000c4c1ce9986f9eeb2c66127cf8d9099158de4dbfde3f3c4a 914 0.65/1.00 vMB 33
369,661 369,661 00000000000000000968da4d3f1fae6dcf716b9146804b2417b78b9c37d9b80c 241 0.18/1.00 vMB 25
369,660 369,660 00000000000000000048ae684c966296fba1fbbd79b50584da54653fdbe7616e 369 0.23/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.89 GB
    • Received: 17.24 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.