Memory Pool Memory Pool Refreshing

2,570 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,559 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (83,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,402 824,402 00000000000000000001c0b04ccffd442204a8874b9ac9595232cd35e50b2550 1.84 MB 2,543 102
824,401 824,401 000000000000000000032c6990e8328f66bbfecf6acb96ac69e3c6286f4af374 1.88 MB 3,242 54
824,400 824,400 00000000000000000002e542ca181ffb8e2497fa814d84b3fb489a170143e8b2 1.66 MB 2,938 80
824,399 824,399 000000000000000000027701ec0779481de92b09af7b0f1feea3705486598b6f 1.69 MB 3,218 78
824,398 824,398 00000000000000000002c59ce51f7fefc0f2983ea0a1ed074669088a17800fbc 1.68 MB 3,410 90
824,397 824,397 000000000000000000025c333cb9ae2700c588850f57773f5d140c16d775b138 1.69 MB 3,514 109
824,396 824,396 000000000000000000015e8dc6c9672fda6c9f86aaec939a8c593246e4873f58 1.57 MB 3,479 107
824,395 824,395 00000000000000000003464955524f9f6cd2f1a4e0a6ca7feffaa8226d258a4c 1.64 MB 2,847 67
824,394 824,394 0000000000000000000197c0bc3cd96518729b79b068fb3e1d5cd187fa9ab162 1.64 MB 3,056 71
824,393 824,393 00000000000000000000fc201f1bfdbfd0b24e072946a1866297501f9dfc8ffe 1.57 MB 3,211 124
824,392 824,392 0000000000000000000084cbbe40408e40725a786925ffc4f56227a499aa98b4 1.58 MB 3,095 116
824,391 824,391 000000000000000000007b8fd9e38a256afa75c620bd9b8950b17ba295242f0f 1.92 MB 4,086 76
824,390 824,390 00000000000000000001c08db9db85bc02c39b1b4e3d4b5c3dcf870fbefa00ef 1.64 MB 2,998 92
824,389 824,389 000000000000000000007744b09ae35cd90fb13a715515feb4c4d861f07fec5c 1.65 MB 3,053 79
824,388 824,388 00000000000000000000adf11f600f9af25a60d060eb150b37209aa50802ad94 1.73 MB 564 32
824,387 824,387 000000000000000000037c8729b522d6c9bb53232901d79db51167c2d80e3989 1.94 MB 2,244 60
824,386 824,386 000000000000000000003a3b576bb7a0ec0b6c9d4e6698a22f30600e75ffa8db 1.99 MB 2,562 43
824,385 824,385 00000000000000000000c5e5d03d313553d0e9e386b85580b2572dba3caaa067 1.53 MB 2,492 33
824,384 824,384 00000000000000000001b68ce301a83c06aece5b9038094bd5ca9157dab38416 2.09 MB 2,336 48
824,383 824,383 000000000000000000020bfd19ac125fc2fbc6434a6f8c7f471c91603bdaa9d0 2.01 MB 2,458 55
824,382 824,382 0000000000000000000386b398de8f942d7b6d84f3d7318f0e7a48500fc03a0f 1.77 MB 2,498 57
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.