Loading Tool

Explorer IconExplorer

Memory Pool

77,344 transactions
28.88 vMB
0.09974298 BTC
Random Selection Loading Transactions
Max Size: 175.24/200 MB

Candidate Block

Mining Attempt 9bc972484c1f49d3f4aef61a2137196c240cebc3485b27e41f89b364f9f232e2
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 44b98204e30e28d334b271508492a4669097228da369640003d293581a86e506
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,588
Size: 1.00 vMB
Total Fees: 0.03118371 BTC
Feerates: 180.82 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (259,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,911 655,911 00000000000000000005e6e9be6f7755676feee48cff709746b289f9b0f063e7 977 1.00/1.00 vMB 18
655,910 655,910 0000000000000000000ad56745411ff2af68a60273558c311920a8c60c8ff0ba 1,318 1.00/1.00 vMB 69
655,909 655,909 0000000000000000000ab489daa30db5df905c5a6e1e919640019c5f12ab5106 563 1.00/1.00 vMB 30
655,908 655,908 000000000000000000084f4e693644069c20b72e9f370b326d12040b0532b060 563 1.00/1.00 vMB 3
655,907 655,907 00000000000000000003217aeb27d656f2e7f0ad9a6ed18285bbf3a84b03a00d 1,069 1.00/1.00 vMB 69
655,906 655,906 0000000000000000000a2781cb5b7f66e31fe135e80b7ea3b966c2e1228fbf0d 641 1.00/1.00 vMB 38
655,905 655,905 0000000000000000000b07a4ada414bd02dca2a3eb6d0edd55eef01962cbd849 215 1.00/1.00 vMB 9
655,904 655,904 0000000000000000000294035c8f5ef7ebb505aeb4a9d8329ae1d2008ace7fe1 1,516 1.00/1.00 vMB 56
655,903 655,903 000000000000000000052cbcfac7d4a7d8a1297fde981725120ce30c3d251d38 2,086 1.00/1.00 vMB 68
655,902 655,902 0000000000000000000af8f24a742e5594220892b527799949eed2e553e3b992 2,203 1.00/1.00 vMB 12
655,901 655,901 000000000000000000053234409b8b10afd9de6855ea68561f99ee1ae9a5ab65 2,013 1.00/1.00 vMB 56
655,900 655,900 00000000000000000001cbb5d230c025b7f22afba00c0b2ee67d0c4d88564964 1,261 1.00/1.00 vMB 54
655,899 655,899 000000000000000000013270cfb1c46e6874ea781cb81f81f1c24ca44472290d 2,394 1.00/1.00 vMB 134
655,898 655,898 0000000000000000000867e705bf113cf044c32aff1a3d15cb7a2c312ba4ef76 1,576 1.00/1.00 vMB 264
655,897 655,897 0000000000000000000e05d9bb0c1481c7a2bd4569736ac7bf4d7608e2bd1532 1,489 1.00/1.00 vMB 92
655,896 655,896 000000000000000000093f76f2748d55b2e3d54df321e93a1b8aa188d36a1c91 1,788 1.00/1.00 vMB 155
655,895 655,895 0000000000000000000cf0c6d45a9e55287d2e6e75ef80a40ef747a1db2522b4 1,871 1.00/1.00 vMB 129
655,894 655,894 0000000000000000000430740ebefd3615c025c69c2a21791f1583628561b506 1,790 1.00/1.00 vMB 39
655,893 655,893 0000000000000000000a428ec4a8ad6b1e2a3a632192634e07767e6dc7c150a2 2,311 1.00/1.00 vMB 128
655,892 655,892 00000000000000000008e9dff7538e095d453256af1807992234a87d660afacd 2,023 1.00/1.00 vMB 6
655,891 655,891 0000000000000000000e166fb493696c1ada50ec36e8984a8c5eb88b814bc5a9 2,029 1.00/1.00 vMB 137
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.90 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.