Memory Pool Memory Pool Refreshing

1,036 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,036 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (24,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,397 883,397 00000000000000000000941b8490cde1d65dab91cb23dc1e4cfdfbbc25ef0c25 1.54 MB 4,881 4
883,396 883,396 00000000000000000000fbbf41b4edc9ba8237a0fc2ebf02a705f57217b1669b 1.54 MB 4,861 3
883,395 883,395 000000000000000000015490b57f7ca24bc6b08c608e5a757db1c20864e523d9 1.60 MB 4,161 5
883,394 883,394 000000000000000000025a595851ca8c0395a76a83a3d5cff300067a854525b5 1.66 MB 4,531 1
883,393 883,393 000000000000000000020b28dea23b835a5116cbef504b00f33c499e0ebdc819 1.71 MB 5,569 2
883,392 883,392 0000000000000000000168806ab482ea4721a0d34a49b3212f8725b60475bd2e 1.63 MB 4,260 4
883,391 883,391 00000000000000000002638486b59adcff32e71da6e0884a43c9168295fb21c7 1.64 MB 4,929 2
883,390 883,390 0000000000000000000237da35a9ababef44867f93da4dffeb17cfe7a5112a68 1.64 MB 3,554 3
883,389 883,389 00000000000000000001ca95834fb3bfe49728605f251d4051a2d1bb4c5e07a7 1.85 MB 3,426 2
883,388 883,388 0000000000000000000037c9ac897e92ce832d6deea43709fa4ffeb587da2471 1.67 MB 3,100 2
883,387 883,387 00000000000000000001883c115b5ee788dd7d2cc46088cf213d8fbab4fd2ca3 1.79 MB 3,150 2
883,386 883,386 00000000000000000000a0316d5fc9499670465a59646d81c069e023679c45b6 1.55 MB 2,757 3
883,385 883,385 00000000000000000000cec9d4d71035a4c1b64d79c1fdeef9b95b1efb8ee822 1.66 MB 3,076 7
883,384 883,384 000000000000000000005c947e0d2e56f3483f569a486c78092fed836a47b0dd 1.74 MB 2,548 2
883,383 883,383 000000000000000000022b3e4566b093d678d6369c4fec8346b06c83ff913a76 2.39 MB 1,839 1
883,382 883,382 0000000000000000000112dc05e3c7b751d8edaaabc0e1387c21d8ab20b1072e 1.57 MB 3,102 4
883,381 883,381 00000000000000000000c869f0a69f6a1c888ce7964070c36473994123722f2d 1.97 MB 770 1
883,380 883,380 0000000000000000000054fcd14a84e6b0f75f361672cc35aeaa81c6a81f5204 2.12 MB 806 1
883,379 883,379 000000000000000000000278b421dcbd481af58126623b8678436879a41f2e71 2.14 MB 1,488 2
883,378 883,378 000000000000000000013834cefb3b67209cdbc56d443215a13ba4bcacc2ba9a 2.16 MB 2,332 3
883,377 883,377 00000000000000000000f1aed62736e9512adf00a7b3991c5d30b465be1b27a6 1.47 MB 2,615 6
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.