Memory Pool Memory Pool Refreshing

5,283 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (464,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,938 442,938 0000000000000000002e4abf74bb74a5fa483ccf1072e1af5931fb2bba4a0f9a 1.00 MB 2,451 74
442,937 442,937 0000000000000000038d48da70465b3abd1894cf72003638461b50be4a14487d 1.00 MB 2,560 88
442,936 442,936 0000000000000000026293ace6f92ce67daf7357057fa01ee5cd8e644d97d009 1.00 MB 2,524 93
442,935 442,935 000000000000000002143971ce9c1ee98c1db6f428726f9100398c65edd451f6 0.99 MB 1,718 48
442,934 442,934 000000000000000001548ef6073dfdd931b81b60c452321bae2b96f7247def1d 1.00 MB 2,582 68
442,933 442,933 0000000000000000021246a254800c965fd782197b68c4a39a9798d066dfdf3a 1.00 MB 2,886 91
442,932 442,932 0000000000000000013a64b6bf0a3599737423ecbe5b9f7be2c25ff15540bdca 0.00 MB 9 267
442,931 442,931 000000000000000003c592cd04f2bf54da4b9ee6c261b962cf97348315639a7e 0.88 MB 2,130 76
442,930 442,930 00000000000000000352c1429b40fda0ad1aaece4235583390f5ecb2cefbd1c7 0.57 MB 1,407 78
442,929 442,929 00000000000000000325e6954b6638622ef2b34f27322c185421f67b75aa92f9 0.18 MB 472 76
442,928 442,928 000000000000000002421ae559d55836ecd57e989d2baa602041925b17ae63c2 1.00 MB 1,071 29
442,927 442,927 000000000000000001bf8ec1a72d9df8f6a7a73ebd318cd5afc534ef091c2439 1.00 MB 919 66
442,926 442,926 0000000000000000039a5dc76549b6813819dbe6609313b870c33ddfc7b006ec 1.00 MB 2,430 80
442,925 442,925 000000000000000003728591cecdbd77cd57f790418a3ba69ea0ad3018578ea9 0.86 MB 1,139 37
442,924 442,924 00000000000000000399fbc8fa9f8c48dc57ef94d2dcde4dbc31dc38b2fbd2d6 1.00 MB 2,216 75
442,923 442,923 00000000000000000062c6e9563f13cf126df5e3135097e2ce2475707dd15aa9 1.00 MB 2,279 67
442,922 442,922 000000000000000001aa19af74cfabf1ff1bafa1977fa2eb06d2d29fe720991f 1.00 MB 2,449 84
442,921 442,921 000000000000000000de108959be33683fe0d6827bc60fbeb5aaf15c19691c3f 1.00 MB 721 20
442,920 442,920 0000000000000000010ac046406d030c4a4c620fb0f17662a4336e15925d4269 1.00 MB 984 28
442,919 442,919 0000000000000000036b3961410102fbc8f4fab664642c6f0ef8a93ddc251598 1.00 MB 366 10
442,918 442,918 00000000000000000087c8722abcad753298b2590c2d80d58753b6ea26d559be 0.51 MB 1,435 87
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.