Memory Pool Memory Pool Refreshing

3,884 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (392,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,411 515,411 00000000000000000023786e72e15b5bd63e475a72f162b38b594d962eb463a3 1.25 MB 437 6
515,410 515,410 00000000000000000010e1c4e5cdc78e955e556a512d5de14daa0f5e5cbfae09 1.21 MB 1,041 16
515,409 515,409 0000000000000000003953c21f259104655de53be3df12a66354fb260bdb545e 1.08 MB 2,002 5
515,408 515,408 0000000000000000001e420adda9bd0ed079ea13179c5add974e7c41de2a7508 1.14 MB 2,150 30
515,407 515,407 00000000000000000001184fbec0e4aa994a2f292e8fd323e619f44a29b47c32 1.14 MB 2,303 16
515,406 515,406 0000000000000000001c9671f09e0f48f140982fb60cff9e094132750e1511bd 1.44 MB 2,327 26
515,405 515,405 000000000000000000442e4fc640d9ac11e59582a29d90caae709b81f98e93a9 1.22 MB 1,627 23
515,404 515,404 0000000000000000003c9859911f701c1afdc4686586ef8b53e149de678ce686 1.12 MB 2,299 61
515,403 515,403 0000000000000000004d68ffe6ea6e5d11cc43931d08baf1a123830698fea983 1.02 MB 458 3
515,402 515,402 00000000000000000024ecc64a7e37a75bafc3ed1d9c93c55dc1340ea2abb590 1.11 MB 1,718 21
515,401 515,401 000000000000000000071abe91f2029147e16f1caede7b8f3d92ba7875709040 1.11 MB 2,304 31
515,400 515,400 0000000000000000000ce0226c6ba7cb464a4d9865b4afaef717a2b19494e624 1.09 MB 1,731 6
515,399 515,399 0000000000000000004c7eb40d63a0f357b70221bbb430b27e35bbd1580bdef2 1.10 MB 1,577 30
515,398 515,398 000000000000000000481effbb622aec4db4fd8168dda884ab9ed32e9e408bd2 1.13 MB 1,953 23
515,397 515,397 0000000000000000002d027f40af388da53ed2b1577d3a44b487920fd82ee5a9 1.09 MB 1,084 7
515,396 515,396 0000000000000000002031b03d7271afdf84ed2a961ec196da83aea9d94f3664 1.10 MB 1,866 36
515,395 515,395 0000000000000000002855c0f9ae44f1c1c3bdbdc48450ede597c1a14725eeba 1.12 MB 2,539 31
515,394 515,394 000000000000000000357ab85527a3930df433bfeddc2c3cf8221a212158a5d7 1.14 MB 2,700 13
515,393 515,393 0000000000000000003db069c94d166185927164826eefb7e4a3ec1869d538c3 1.09 MB 2,082 53
515,392 515,392 00000000000000000037eb7a41ba26fd75f808bc9500f814a79584c02f54cce5 1.05 MB 932 13
515,391 515,391 00000000000000000042cf72270e561e59e562cd42e6b2528080c263190a9bea 1.08 MB 2,008 22
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.