Memory Pool Memory Pool Refreshing

2,035 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,530 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,035 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (872,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,337 36,337 000000005d6f09b9945cbbda559572ad0a908a7e4009d9e385433a7bc34e8d0c 0.00 MB 1 0
36,336 36,336 000000005498e59dfad1a179749348923f5399d905be21ca5e28b1268bc0da8c 0.00 MB 1 0
36,335 36,335 0000000087d29deb5dc0091a62f8a8aed103f2a791f57b395f597c3c9f0c705e 0.00 MB 1 0
36,334 36,334 00000000b76abe87a27fbdc4d9f922985e82b47e57ceadd993b1623aa573269f 0.00 MB 1 0
36,333 36,333 0000000050c66fde1f54c6197627bc9c4f013527ad379089998f7ba2311c99e5 0.00 MB 1 0
36,332 36,332 0000000003b97dbdecf0b97914df0b7c3798d0de29465162d734030e58a0ab20 0.00 MB 1 0
36,331 36,331 0000000065c49974abf32e408d07a5fe7b7884ac4ce6eb8d68cf322bd728213b 0.00 MB 1 0
36,330 36,330 0000000066644d8b2148c3bbbd54e9e95f547ff95519162b4c5654ee6bab5651 0.00 MB 1 0
36,329 36,329 000000005198a6db6e6ed1e5a65bf1a33fc997ddb5cee9af257b5f2454f5d3a4 0.00 MB 1 0
36,328 36,328 000000005d757c54763b42b2c8ecfef4e496b436e2a02074d3b3a7ec08a47b53 0.00 MB 1 0
36,327 36,327 00000000ba539737b282296d8613d709a14c75bc344a21c325810901df253f9d 0.00 MB 1 0
36,326 36,326 000000000787786b48571bcc569dc174e9f65f192901070dedf1b9b9054c032f 0.00 MB 1 0
36,325 36,325 00000000a59021635352449a7cee19d5e43533c377115eced301c74d4373bbaa 0.00 MB 1 0
36,324 36,324 000000004e201dde51d0f69d08e298f64fbf30e12ec597a4a01c9ad3b0ac591f 0.00 MB 1 0
36,323 36,323 00000000a4889f5e4abd55337cb9b1a6ca04af21e853e2550d981fa3166df145 0.00 MB 1 0
36,322 36,322 0000000071697f925f9d3f89ed5262bfafed9ae5e98fa75c9ccb28ad26b02a3a 0.00 MB 1 0
36,321 36,321 00000000872198a1bab2ba8cc01dd679d1b5e6e73ebd59c4a19900d6a9e604e3 0.00 MB 1 0
36,320 36,320 00000000710d4dd8003e67938768e63505252e8959cbba6f6c3d8f885a4772ce 0.00 MB 1 0
36,319 36,319 00000000338cdd5af6a03daf3561ca5cf462cb633be0c6c7798dfb827b64799c 0.00 MB 1 0
36,318 36,318 00000000a941d2b092225c8b0771a0594b28bdcb5cfc947b091ba0a1f2ab631e 0.00 MB 1 0
36,317 36,317 00000000b8a3386b703d9b0644af54ab4fcfa245a4afedc147a8962396ee941b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.