Memory Pool Memory Pool Refreshing

5,057 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,571 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (627,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,316 280,316 00000000000000018c6080da7e8879ebfe6a42bccb4d84339eb2575dfd496951 0.02 MB 47 52
280,315 280,315 00000000000000016ff326ad69e83651527d204d77dfae9d8e3d40d0614328de 0.19 MB 421 55
280,314 280,314 0000000000000000047636c5c3583c19e4c529e53a4eef0c93a2df9658cfb502 0.15 MB 319 48
280,313 280,313 0000000000000001edf1b1a08816dd077a8df7e63ccb075e27ee80f373368cbb 0.08 MB 104 10
280,312 280,312 0000000000000000654d357413a0e3667fd345d64462b70ed4b66dfbcc2174a7 0.25 MB 535 38
280,311 280,311 0000000000000000a032e2245e8b734336e7238d947247bf571b09999831d4d7 0.25 MB 725 75
280,310 280,310 000000000000000203c50c9f2f2ea09eb412d3c433a4e922055a1afdde27d8c3 0.11 MB 240 49
280,309 280,309 00000000000000021f88a7235ae277e6d6bb0318b94334536a8762e09b16b1cb 0.13 MB 222 38
280,308 280,308 0000000000000001dd7ffb05af4a3703346a3a78bd1332726bb1a2a402d87c02 0.17 MB 373 34
280,307 280,307 00000000000000001793e13e013a5691705c684248e5c2808ba6b6a85a011d22 0.20 MB 478 56
280,306 280,306 0000000000000000e28f5396d1e0817875d4cf3e10a17de388e4e4029d7b7bf1 0.07 MB 96 25
280,305 280,305 00000000000000026546a36c3f319d6a6c969671871ccfa2a4f5da43ae23576f 0.04 MB 91 35
280,304 280,304 00000000000000004c6a281298c97372881aa8d1941e2819b92daf6bd02ed7c6 0.37 MB 743 45
280,303 280,303 000000000000000151e4866aa4e416749950a45efc7a8b4a4fe25bc4276272b8 0.03 MB 110 69
280,302 280,302 00000000000000024a87e0c2bfa84bfe5fd7046bc17ebf9921a2a14acbcddbfd 0.14 MB 249 6
280,301 280,301 0000000000000000271556788641758d5b89ec34bdf8a804fb084ac1b865fde5 0.08 MB 139 26
280,300 280,300 000000000000000129b470bf861edbf1c45de234285b9226a15eaa792ffef57e 0.26 MB 516 50
280,299 280,299 0000000000000000cc0fc81648c072de9e26c48806a62b84234ef3d2df27503b 0.43 MB 442 19
280,298 280,298 00000000000000009a73a582e26d42173bc70e2374e864498fa7a09b60bc785a 0.25 MB 564 36
280,297 280,297 0000000000000002067e18a6670c02bc1c88749c9a6b96374d5410528d263cbd 0.25 MB 856 88
280,296 280,296 00000000000000025f6bb72647935ccaf36f365ac2561f3314a56637c3402ff7 0.03 MB 90 170
Previous 10 blocks ↓
Total Size: 769.42 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,645.22 GB sent, 95.05 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.