Memory Pool Memory Pool Refreshing

3,594 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 3,537 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (127,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
780,595 780,595 00000000000000000005ca20c6fdb5ed56c96da05aa19096624a9e5c8478e356 1.86 MB 3,138 19
780,594 780,594 00000000000000000002c91f85cf84e2dbcb31aa667ba1c9b75eb803b5d9ac2c 3.17 MB 729 3
780,593 780,593 0000000000000000000573b3ca338e548b63716116885875d44c9e7a5e8d8444 2.11 MB 2,271 11
780,592 780,592 00000000000000000001244f9c13ef7d4327b082ff07c44dd5e44b32bff3ea39 3.00 MB 996 10
780,591 780,591 000000000000000000051b024f1c15c33fd5b13348234c405bc56aade7bff9bf 3.64 MB 440 9
780,590 780,590 0000000000000000000455d514c2dc08f555fc8080fc52a0e5a132ca2690129c 2.63 MB 1,713 14
780,589 780,589 000000000000000000013d15641ced50b81ed382b1697475cff8526aebe25a79 1.96 MB 1,894 12
780,588 780,588 0000000000000000000088436f1fcf7cf975246efe1b211ad5a09a8db4931d7f 1.44 MB 2,582 21
780,587 780,587 000000000000000000057b17aa6021c5d2e9bf3f15a5e1f384a30555d690844c 1.59 MB 2,840 17
780,586 780,586 0000000000000000000045d466fc3e1e9d1143496a0ddf4ad442d56a361dcf69 1.53 MB 2,800 26
780,585 780,585 000000000000000000023373ad51193eefb849cf211297a42562772b1853fc3c 2.97 MB 81 2
780,584 780,584 00000000000000000003de69931369630eaa674f7bca2e0246242b321ea409c3 2.05 MB 296 3
780,583 780,583 00000000000000000001310362e81b4c03b7d73bf2a69e09adf775a1988e1140 1.99 MB 1,265 8
780,582 780,582 00000000000000000000a8ecb60efe6dd6faf1e76cb1569c16b6e48c4094440f 1.65 MB 1,889 11
780,581 780,581 0000000000000000000577a1bb126340acc276f04ce5f86de2122200c3610953 3.13 MB 872 10
780,580 780,580 00000000000000000005d12d0f09bf15bb50b560f7763a84bffd3dce8b44a71b 1.83 MB 860 7
780,579 780,579 00000000000000000004e9d93ca1c9ccbd2f9a64cd650bb9af7bdf7f4a1c811b 1.93 MB 1,607 10
780,578 780,578 00000000000000000004172a4be28d9cdf7e5e36836f1fc6a106ae73266bf47a 2.83 MB 1,533 6
780,577 780,577 0000000000000000000555bb93b843ee6b7d5a192b0bbd5b57092ecf18fb8ff1 2.72 MB 1,204 15
780,576 780,576 0000000000000000000119ec6506c61484e0781855924c023e63787d52cf2250 1.20 MB 1,109 16
780,575 780,575 00000000000000000001a32b29e67562060224047dc59efbf3e33b7de633fac0 1.47 MB 2,678 33
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.