Memory Pool Memory Pool Refreshing

5,261 transactions
1.59 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
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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,609 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (552,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,221 355,221 0000000000000000025afbc808f1d669cab4b7476c98bd23a03abfb6717bf43c 0.33 MB 651 27
355,220 355,220 0000000000000000150ca3680ce1701590a49b24ae79d652719400b59b6a90a2 0.10 MB 208 19
355,219 355,219 00000000000000000037a464532af14f9889e54b898266a4e107e9134b5fde08 0.50 MB 1,129 29
355,218 355,218 000000000000000005f41403b14384c178e65349d23febaf87ed4773cde46628 0.02 MB 35 28
355,217 355,217 000000000000000012aa48e65c69d2899808188e27ddef2d8441ab3b91c336b9 0.26 MB 566 28
355,216 355,216 00000000000000000cee8c70575eda3d24841facda343dfda8dde5b721c12f16 0.05 MB 61 20
355,215 355,215 000000000000000014a007e272dbdcf38e265a76f59de98c661bb62c2fc38191 0.49 MB 995 29
355,214 355,214 000000000000000006d5e3453ed357bebf6c6e13f097e9412c7f3062758cf58a 0.23 MB 420 27
355,213 355,213 0000000000000000136483a2bd8776e2039768572e4c57fadd4eaad32db8a9b3 0.14 MB 224 17
355,212 355,212 0000000000000000003c88e53125b487f348be3171442648a2aa13e2767345c2 0.10 MB 103 9
355,211 355,211 00000000000000000921373168e1021f6250fe562bce49a16738cb3d1005d7cc 0.17 MB 308 23
355,210 355,210 0000000000000000165641667406add6e20390e1cc3e3863c57b82a6567aa1b6 0.44 MB 820 27
355,209 355,209 000000000000000004e53d8c29161eccb81909ef6ba09414ff69b3e440ad2634 0.40 MB 725 23
355,208 355,208 000000000000000016b501eb8e250953f7ed6d102bb293d8d21862f2d380fcf3 0.46 MB 837 23
355,207 355,207 000000000000000005d7aa5a705ef562bad69fa87cf9b799608f0aab93661252 0.27 MB 443 20
355,206 355,206 0000000000000000050d11a01a2957c2e838414e009671efce76e78a64afbfd7 0.75 MB 982 14
355,205 355,205 000000000000000003f7db5e0b08cf5aa220078f8734d7fbe4041e420ee82832 0.90 MB 539 14
355,204 355,204 000000000000000001ac8327c5161e4239157e49252a7a5cb9262a3160085886 0.25 MB 650 35
355,203 355,203 000000000000000000b112d84138383798c635ac2c8d6e55b10a60534fcbf7a2 0.90 MB 2,298 34
355,202 355,202 00000000000000000b4101e108469b9de8fc69e519ead3471526410752af246c 0.75 MB 943 23
355,201 355,201 000000000000000016a56d856caff79560a4cf8ae0523c2a59e0b379d8f191ac 0.75 MB 1,483 25
Previous 10 blocks ↓
Total Size: 768.98 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.98 GB sent, 92.70 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.