Loading Tool

Explorer IconExplorer

Memory Pool

64,833 transactions
21.31 vMB
0.07232953 BTC
Random Selection Loading Transactions
Max Size: 133.80/200 MB

Candidate Block

Mining Attempt 02748546579012332a564732878e9e54e9263ba76080cc0652cec604a21fdb03
Version 20000000
Previous Block 0000000000000000000121e9496b67fd2dc8e9de934b99f0fb0caaf6cc2752b1
Merkle Root 41c9b9a1cacc5d9140c77c4cf589d2efbd57a54dd191bdfd5223258b99c8a10d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,546
Size: 1.00 vMB
Total Fees: 0.01792148 BTC
Feerates: 100.32 > 1.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,752 (906,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,278 9,278 0000000085c7eb2c0bdac98732126e26892669d171460dfe6378e2b2e4d513da 1 0.00/1.00 vMB 0
9,277 9,277 00000000c9f22d9343cf90c513e5e689b452468194b59ddc09f9dd086e42c4d9 1 0.00/1.00 vMB 0
9,276 9,276 000000006f69d67a88c3b3333613ab0ac0f07a81eb983fdf48982cd89d7f88c1 1 0.00/1.00 vMB 0
9,275 9,275 00000000b20bce8ebc89a6e530d113f6959b858976bdc69031f35719a25ea9bc 1 0.00/1.00 vMB 0
9,274 9,274 000000003723f661fb259c91c61c1f6d63deffa7af8d90b11efacd6505a9c4cb 1 0.00/1.00 vMB 0
9,273 9,273 000000000bad0ecb8a67a44f11b5ae8c01ba027998cc9dc8138f680ce22a8cf6 1 0.00/1.00 vMB 0
9,272 9,272 0000000011caa6252cffb17440512eac9fd127351cfeb0b5c73cc9919ba854ae 1 0.00/1.00 vMB 0
9,271 9,271 00000000e6aa546c5c2d133d0a70924c5c903a1763848d515eaae55db60b71a2 1 0.00/1.00 vMB 0
9,270 9,270 00000000a118e4a28b9aaca70cca6195f0ce0a5092325dbf32060c5c53d6ec33 1 0.00/1.00 vMB 0
9,269 9,269 00000000f26dc0abcf26f103471831cf37ef77e3487d167498f3cfadeeaaea7d 1 0.00/1.00 vMB 0
9,268 9,268 00000000162e6210296363f147ab51bffcb993e3d4adf2ff6b94ccd437cd72ea 1 0.00/1.00 vMB 0
9,267 9,267 0000000031521ce8f33cf9d5e90b30bde2d62c6cdaf6f44a591c56e8d3288801 1 0.00/1.00 vMB 0
9,266 9,266 00000000a6912110208e26a9d50329dea8d04501346c60c20ce3012ff2713a8e 1 0.00/1.00 vMB 0
9,265 9,265 00000000af1adaea263e20b9130da2e4095f90a2cdaff58b6e894a1cf2972189 1 0.00/1.00 vMB 0
9,264 9,264 00000000c4dbe2ba337fbe3ca768cca95e58c18f770042552dd8a41ee89204aa 1 0.00/1.00 vMB 0
9,263 9,263 000000005d1fc8c58989690282c5e913a216323d5c2f87bfb2085fcc6061c753 1 0.00/1.00 vMB 0
9,262 9,262 000000003fb1302addd7e4e2a041b834c601bcce32b06cec44ffda08bdc6807f 1 0.00/1.00 vMB 0
9,261 9,261 000000004cec09af8306b1ae5cc4367f860e9c959629f21e5154791eb5832040 1 0.00/1.00 vMB 0
9,260 9,260 0000000044b9ee1c99affa95e9a1f4110b79463219c83792a446979fff27ca7f 1 0.00/1.00 vMB 0
9,259 9,259 000000009d2a75607f575992ff49383af412b8d849673c9503722e587e52b161 1 0.00/1.00 vMB 0
9,258 9,258 00000000c04946d09e9072226bd5c8ee8708473540d055ce9119a75a614b260c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.68 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: 777.66 GB
    • Received: 21.20 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.