Memory Pool Memory Pool Refreshing

329 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (872,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,351 36,351 000000004e036ad9d911597ec3f26b3d8f94e0fd34705ab6e86fbf74063ac6b0 0.00 MB 1 0
36,350 36,350 000000009a9842f41eedd007a9e50f7995f6e0436837f9e8158b574568314c97 0.00 MB 1 0
36,349 36,349 0000000047c3328ed88412c1b5da34f9eb3b7022aa4afb2fcb2661f6ebe28945 0.00 MB 1 0
36,348 36,348 000000002a65b65181f31a10cce5b5a8d78d2ed6d259d0b2ecc37737300768e5 0.00 MB 1 0
36,347 36,347 000000004ac5a065157a46acef22b93a77e4a387c555bf4d6ded2320118289af 0.00 MB 1 0
36,346 36,346 00000000b10d9e7b7d1e3f5cb472e518a393568bb8bf18e46695a11bc0f61780 0.00 MB 1 0
36,345 36,345 0000000042eba5f20d0fe8c928ce3dc88752d88dfc7788af5a836d4294e81491 0.00 MB 1 0
36,344 36,344 000000007300d606bba35a8af5bcf690e3669111bc3a0ba0466c61dd163175f4 0.00 MB 1 0
36,343 36,343 000000008849ee4dfaa33c71c058c883cbfbef5b51718c2c7af3ddedd361f5d7 0.00 MB 1 0
36,342 36,342 000000001a5fbe980a50d88eff485062ea0620729ddfef6f0b12ded6a875988b 0.00 MB 1 0
36,341 36,341 000000008ec9cf66beb3d8b17d6e6e8e948658e32f758dfe2bf49a23488afdf6 0.00 MB 1 0
36,340 36,340 00000000647502c9590026b0c63dd8f2fe406941518062ad540ce0774a2b3346 0.00 MB 1 0
36,339 36,339 000000000d1fa41cdb31f7970b5800b52f5895d67ac0c1b5be6193786cead76f 0.00 MB 1 0
36,338 36,338 000000003e30abed3b0abb988a2d4b89af45c4060432cc1cfe3e03aa99a25c12 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.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.