Memory Pool Memory Pool Refreshing

3,970 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (769,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,701 138,701 000000000000020464663c7a9f664678ddb71223c510a4ca88a3ba19d3f39493 0.04 MB 94 122
138,700 138,700 000000000000069a43ca2439300d510b373cfcb7369f14c4becd1ff15bba7347 0.01 MB 18 1,580
138,699 138,699 000000000000005522cf77e8e7bbcf81a74e629a790e6e1bf64192d2aebd6eff 0.01 MB 13 552
138,698 138,698 000000000000097837adadded0f4c797a62fc1bccb6b719408e03ceffb7ee99e 0.05 MB 101 186
138,697 138,697 0000000000000200fcb3697c3ebca9b317fcc44f5beaff0e78cdd416359a4e71 0.00 MB 9 361
138,696 138,696 000000000000026ea498631a0bb30247bb2a4484de10f97984b4239d722d32a8 0.02 MB 32 266
138,695 138,695 000000000000030b6cec1980d0e0025c20dd46cc3aded93f49b04101ea103085 0.00 MB 6 160
138,694 138,694 000000000000014659fec3b088e7842014e197f6fd26a011463c81780120c5c5 0.03 MB 121 98
138,693 138,693 000000000000010a7facb46fbb18e3326b148b03b426aed2542a7ba1f699d6d8 0.03 MB 53 84
138,692 138,692 00000000000005e6bc438593a3eb74c9a7fade9359ecfc82fd7a9fb659f26b74 0.05 MB 112 166
138,691 138,691 000000000000067029c77fd6c0065ff557f044a88407b2d04248ebcb838938c8 0.02 MB 49 67
138,690 138,690 00000000000002c2f6f190a6aa968fa50df0b31f79ac74818dcea64907c01782 0.10 MB 257 301
138,689 138,689 000000000000007306569169bfb975ca4b4970914c05d18078c73aa2b3b520ad 0.05 MB 124 442
138,688 138,688 0000000000000725b5158e788730c95c7f9943b3d88305925d95fd08c37b750a 0.01 MB 18 74
138,687 138,687 00000000000008f42ff15dd8401a3e6df101bc118bc0bef442e4106345311ebd 0.01 MB 48 23
138,686 138,686 00000000000004770fe747f3ce98990da09460c570af8a3e6a74926a75089a60 0.05 MB 136 220
138,685 138,685 000000000000091602dcd95f3dabcb2e28263567ce86339b29c4222dc8166dbf 0.01 MB 27 195
138,684 138,684 00000000000005f0c0ab0889e388ef0668856dbbe56ba58322e7c320846f073c 0.01 MB 26 423
138,683 138,683 0000000000000298d4327a845f7882e1555a88a5d4cdc9943b6c219bfc6a6e6c 0.02 MB 43 347
138,682 138,682 00000000000006d8412a6fce055a7a0f9085eba88ca6dd81421239d8668c3e70 0.02 MB 39 226
138,681 138,681 00000000000003e506292b016befdf299580efe615a7258ac1b8b27508d606af 0.02 MB 56 272
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.31 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.