Memory Pool Memory Pool Refreshing

5,459 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,087 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (167,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,025 740,025 00000000000000000006a2454824fc79f086be74d9be4eb96383cb0aba1d2bef 0.90 MB 1,674 8
740,024 740,024 00000000000000000003d94f0d6d1ca356187d60873fb4fc7047dcdedbbf22bb 1.52 MB 3,127 10
740,023 740,023 000000000000000000071333b386869bea7bc4923f15a923786064cf1977ff57 0.69 MB 1,258 9
740,022 740,022 00000000000000000001000d98bef8a179a0e02f7b2ba46a8f721e546973c34d 1.25 MB 2,078 8
740,021 740,021 00000000000000000008db2fca98cc0abe360edd9d93ad64b45d37e7a404433b 1.34 MB 2,129 4
740,020 740,020 000000000000000000081fa05dbd3b9bab8b73ab81d2106a8d28102c270d2c15 1.55 MB 2,857 6
740,019 740,019 000000000000000000021a5493c31f0c6db3e873ee4d27daf66fb4ea8f284cae 1.52 MB 2,346 13
740,018 740,018 0000000000000000000456267991022ed0edd69b9d12a92453b1cd48fa9e1e3d 1.31 MB 1,860 12
740,017 740,017 00000000000000000003bf90b3a1328143c221b462acd5cdc9f3c2687768969d 0.27 MB 467 7
740,016 740,016 0000000000000000000250b4604382fbc99bcf08d9aa782b223e0e2c5f99a997 0.05 MB 124 8
740,015 740,015 000000000000000000001f60587cfe4789f195d989ca03d9803473fb4e073864 1.03 MB 1,730 8
740,014 740,014 00000000000000000001155b4b0774b4c2ea56124969074e2115c95d33ee3dbb 0.78 MB 1,475 8
740,013 740,013 00000000000000000002ecee70f4ac561abc9d5c4b7ad5ffceb849a91e84f4e1 0.08 MB 172 12
740,012 740,012 00000000000000000007009cc485ea7283ff882e2d7766a33837b56a643df6c0 0.64 MB 774 7
740,011 740,011 00000000000000000000af1989cb82be473bc57b5993ee15c46694702b6773a9 1.62 MB 2,267 7
740,010 740,010 00000000000000000006a6ca4c14133619014f3b78aff3a9aeb9f123ed0d4c9f 1.19 MB 202 2
740,009 740,009 00000000000000000001fab13b37887a211ca9109ffb4070aa4fd83838a4297e 0.70 MB 1,207 7
740,008 740,008 000000000000000000061385a575c36257ff9f502f10fe323bdf29da53394d96 1.64 MB 1,105 3
740,007 740,007 00000000000000000004cb3499d727136d853801327fa4a60cdd3ecba8c5d2a5 1.38 MB 1,738 7
740,006 740,006 0000000000000000000894f1dda7c8bd3013b523ec41aacd8cea3af8385fe7dc 1.48 MB 3,007 6
740,005 740,005 000000000000000000059e0569851393a8da17c7b5f6efa177601db1c776d040 1.27 MB 996 12
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.55 GB sent, 92.65 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.