Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,482 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (787,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,644 120,644 0000000000004451d9ee7021d94dbf2381f98dff2c97ffaf388cee56f0d9f534 0.00 MB 8 1,129
120,643 120,643 0000000000000f6ef404fe0bbc73bbb3e5fede657ecdf80861b00a1b74ecc9a9 0.00 MB 11 301
120,642 120,642 0000000000001c9c19a01a728bc110a71260802d75a95e043593b39b713322f8 0.00 MB 1 0
120,641 120,641 0000000000000d979345734bc50b01610a9840c9b99842ea2ddf1f4cfe87a817 0.00 MB 2 0
120,640 120,640 000000000000701aa03c2bbd0a989653fb4160c9e301f57bba6829dc929e8ee2 0.00 MB 6 506
120,639 120,639 00000000000056b177063bf718e881a1a23d2addf769f5f48b2da201e7ae07a1 0.01 MB 15 768
120,638 120,638 00000000000000631b4450f6c885b0605e561c2a0f1d1da0a976fe8edc5be31d 0.00 MB 6 1,361
120,637 120,637 0000000000002a5479c285bc99ade2e01c35c4b999b0da9cfe9d4f07f2990339 0.00 MB 7 909
120,636 120,636 000000000000599c898af36956ab4625fafae4c6a7f562a8b11bfbfd3f9dc4d0 0.00 MB 4 0
120,635 120,635 0000000000008b69e23d388e9f860b9be5ed630510781a77d395b29f769cecd9 0.00 MB 8 836
120,634 120,634 0000000000003f42268d4af58625968ec24add747404b18eae106c21355dfaf8 0.01 MB 16 0
120,633 120,633 000000000000a624f506290ef0654699b29c7a67ca9aa0ebba6ce19fd34a0803 0.00 MB 10 273
120,632 120,632 00000000000053e5c99e9474b5f2f59d2e88425e9ce3f5d66540d39f748d2d7e 0.01 MB 20 1,275
120,631 120,631 000000000000813ee2618686b0c447f7791c0297a88b282dce01ca478a36c483 0.01 MB 27 822
120,630 120,630 00000000000087336283e69eab852e968f8d02aee7f88b94e2c3fad247f71159 0.00 MB 2 3,861
120,629 120,629 0000000000001e66d99ac030d360d0a45a10b98b4ade34c2eaa305d697a51c06 0.04 MB 100 130
120,628 120,628 0000000000006dc2467dc0c81ff2e1cca12ea74676601c0511ac61c0ab20f433 0.00 MB 14 1,672
120,627 120,627 0000000000009d40613841f6a1ef10a0f07f04a5a4ebd225d5c25eec219c921a 0.01 MB 34 449
120,626 120,626 0000000000008db687c862942fee57cf223ad64de1c93f64e1ee908d701bb263 0.00 MB 14 942
120,625 120,625 0000000000006dc77fbae5878cbdafc93bb6533e3115112de2899e5c9e0545f0 0.00 MB 1 0
120,624 120,624 000000000000261b7355142108897252abb1fa15b93b10b07414ad37414e1dff 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.