Memory Pool Memory Pool Refreshing

6,747 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,396 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,356 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,395 (902,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,564 5,564 00000000be8627e96b08630d714bd2d2281fee73a4c9d84306379ff1034da4af 0.00 MB 1 0
5,563 5,563 00000000f18bd9fbccbdbf97c94b0452572243cf8355ce03204d490ccd19c90f 0.00 MB 1 0
5,562 5,562 0000000044dd5254c03c119184b8fa2aa777a0afe325ff152ef4dc877277a26a 0.00 MB 1 0
5,561 5,561 00000000a84e2c5f5ffe8aeadbe796134a1882e69caf9c2d3ca8eaae4ae5a042 0.00 MB 1 0
5,560 5,560 0000000089d94663a7f2c146c6aabca394848d8b87bcf685f8b2018883c27327 0.00 MB 1 0
5,559 5,559 00000000254c84df3a90a1d25b54cc77c2e37f8cfb72041b7fe0d3c8db9e93b3 0.00 MB 1 0
5,558 5,558 00000000ad3dc1d61f61785f8a32a0d8320fba6f391cc1416a68c1e96d950bcd 0.00 MB 1 0
5,557 5,557 00000000ba76327ceb995f184f5068f68fedb27a530d9c230f005382adab517e 0.00 MB 1 0
5,556 5,556 00000000a36835282578e947e538e92d454f6993e0a74821ad0b23e93deb58fc 0.00 MB 1 0
5,555 5,555 00000000e0d5e49b24209bc907e32af9a2c60417b815055bae0b9c7f836e39ba 0.00 MB 1 0
5,554 5,554 000000001ef10065ed17286819f135fcdab3c63dfd6be5857465ef89304fadf7 0.00 MB 1 0
5,553 5,553 00000000d8110237beb297b474cbece88a9e87158e50dc963d4c711331d699d5 0.00 MB 1 0
5,552 5,552 00000000d9ae185cf149ea6615f846a216dafd8aa4d5c613564a9bc5e1e0f0ab 0.00 MB 1 0
5,551 5,551 0000000007ab003805c9a0a86d856788bd90ae79d7ddf712fc75a751a98652c9 0.00 MB 1 0
5,550 5,550 00000000f17bb352960d24ca298a9c986eafa9dddeed41eee4a09d75ad610cbb 0.00 MB 1 0
5,549 5,549 000000007cd9ac98889d980cff5d6ff741ae977b594ff17bd1795e79ce916ef5 0.00 MB 1 0
5,548 5,548 000000004e1942f8720de40b68b5f52510060a9fed6c3018dd7af62cf78144be 0.00 MB 1 0
5,547 5,547 00000000e89fa57610a2194b859ae2ff1d6129399b7f92fcf1e6dd81d0c07c57 0.00 MB 1 0
5,546 5,546 000000009373ab8cf912050e3d9a3a7933b0ac1d3069ccca1a11efa6bbd9f4a5 0.00 MB 1 0
5,545 5,545 00000000d792554eb5222f19e1d3a91fdf66a3cd4949588cc1fc5bef7441d1c7 0.00 MB 1 0
5,544 5,544 00000000829fae72753f0d3fb9ecf5e6329501bb075a20be0529ff6fdeb333b5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.43 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,707.20 GB sent, 99.24 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.