Memory Pool Memory Pool Refreshing

2,625 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (47,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,409 860,409 00000000000000000001fa86465c64a0d43cab36ad9063e3e345df060f6e33ca 1.48 MB 6,285 3
860,408 860,408 000000000000000000001edbe8541a30f2fb1b61aa5585bba7d0dab4d37f998d 1.63 MB 5,098 3
860,407 860,407 00000000000000000002218fe87cfe9c107b668f48efd10718bbf500b812a6b4 1.56 MB 6,310 3
860,406 860,406 0000000000000000000086e055a349a7d0d3ffbd3d681392df3d1748a505d754 1.52 MB 7,221 2
860,405 860,405 000000000000000000031bcea2cd77ab8cc00d3eb50d3317678d6ef1caa42df3 1.54 MB 4,941 3
860,404 860,404 00000000000000000002b3e1cd80176974de58be81f45ed811b2ef880c36b080 1.64 MB 5,924 3
860,403 860,403 00000000000000000002b3c3388b70fb6d94f9bcc1cca2f0262f2ee6f9c21106 1.56 MB 6,392 2
860,402 860,402 000000000000000000005d7fda86c38c86576f2bc18284f02e5ee1b2712dbb8b 1.55 MB 5,932 2
860,401 860,401 00000000000000000002067411b37043f7bae5f7e3dbdbbc4373dfbb19791a0c 1.50 MB 4,470 2
860,400 860,400 0000000000000000000035816b8efd1add319063ef14ec199768c2b559b65ec4 1.54 MB 7,498 2
860,399 860,399 00000000000000000003095b276db4b24e69b505d27ab79cdf37a36c6b290ff6 1.59 MB 6,418 3
860,398 860,398 00000000000000000001349a3f677105f64b5ca41b6b1d169dd052d7a7cc5009 1.69 MB 4,976 3
860,397 860,397 0000000000000000000319fe779d611073b1b0ca730c64f2838e6b66a60b8b06 1.90 MB 1,035 2
860,396 860,396 00000000000000000002008767bce64739c516002caec507e6c0af533cbfb85c 1.68 MB 5,131 3
860,395 860,395 0000000000000000000224d245584ffcba87de6e1e0b20974fb50a8d914f13b2 1.61 MB 3,831 4
860,394 860,394 0000000000000000000014e39a5c9669b323d6b57c568120976e6f949e3384e5 1.68 MB 3,156 3
860,393 860,393 000000000000000000027c7f6fc8c5d3cbe63bf49968256aac3db01b5bb01d5e 1.69 MB 5,434 3
860,392 860,392 00000000000000000000ff79b774d1ef8f00e8d93804f7092ec30318d9211fc7 1.78 MB 6,362 2
860,391 860,391 00000000000000000001273efc8526bcb3c5f3081f16cca85728819269a51083 1.87 MB 3,708 4
860,390 860,390 000000000000000000031f2cf41162a5470b297def424c5fdae360637213c86f 1.67 MB 7,539 2
860,389 860,389 00000000000000000002f234ba13d98878f3c4896b3be465083d96baf94a9757 2.05 MB 5,262 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.42 GB sent, 93.12 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.