Memory Pool Memory Pool Refreshing

7,350 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,606 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (16,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,335 891,335 00000000000000000001192968637abdeeb5b843c355d4f468f4316b409a5986 1.59 MB 2,602 4
891,334 891,334 00000000000000000000a95729d7509853aae6d6d09cab5c6d30ea2ff9ee5b55 1.57 MB 3,536 5
891,333 891,333 00000000000000000001817023b15f9ae888b333d59e664b8d58940ec689aa0c 1.58 MB 3,420 4
891,332 891,332 000000000000000000017296d2ac7ffde35a988c17c6d8728a3ed0036853d796 1.62 MB 2,800 6
891,331 891,331 000000000000000000013029bd213f663a5b4472242efe0e74e2c3636153af78 2.07 MB 737 2
891,330 891,330 000000000000000000003c52639327ede237bf41b17ff73dcde093fde88ce579 1.82 MB 3,464 15
891,329 891,329 000000000000000000024eec6c0038843111d81decbf074e916401aee9eaef52 2.06 MB 1,168 6
891,328 891,328 00000000000000000001f5831d1c2c6d9ed1536b6d66ef1164c462250b75d36a 1.74 MB 1,826 6
891,327 891,327 00000000000000000001be85826cc3ba0923267bddec7a84f550cca43fc0364d 1.48 MB 1,593 4
891,326 891,326 0000000000000000000068f9f35129929a70de55df30ac73f85a708b8aaf86b3 0.00 MB 1 0
891,325 891,325 000000000000000000017a38cdb38a66e9560d40d11a1d8d0a8a5dd29348b64a 1.49 MB 903 3
891,324 891,324 0000000000000000000051df9a2900b4035173fa1e92c255c771cd2588e1917d 1.67 MB 3,793 7
891,323 891,323 00000000000000000000154e7a41e61727629356da2908b5a20603fee65f50d3 1.78 MB 3,573 20
891,322 891,322 0000000000000000000021c9012cd47565ff7ad51fd261600523500a4d5ae521 1.70 MB 2,863 8
891,321 891,321 000000000000000000018dcc17d25a8a605796fc7c5cbba669ce3f15b193b806 2.01 MB 579 2
891,320 891,320 00000000000000000001bdabfbd9f387dd4f05628a8bf2d9c3dd34f836b453e9 1.74 MB 2,464 9
891,319 891,319 00000000000000000000a0f06e75abc88236a4500695d796bfb0eec3361f2a25 1.90 MB 1,367 4
891,318 891,318 000000000000000000005a4024fa44aa6c63de1147358ca6400219aae7cc02bb 1.66 MB 2,245 7
891,317 891,317 00000000000000000001a86d03f294ee109b4856ea26fbe8a6641e91f227e43c 1.82 MB 2,715 8
891,316 891,316 0000000000000000000250fadcff287a71af4d4bb9afc69532f4be17e61c85bd 0.85 MB 1,772 11
891,315 891,315 00000000000000000000c0a16401b09f062b42b2e19d35d65e72c9c818602165 1.53 MB 2,860 1
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.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.