Memory Pool Memory Pool Refreshing

2,276 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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (2,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,528 905,528 0000000000000000000089408a5f60a64a9c7a19c605d512699f22226a6c0196 1.59 MB 4,119 8
905,527 905,527 000000000000000000008e9597af05e71823af1143b9bab6d3f05845a5478adb 1.58 MB 3,756 9
905,526 905,526 000000000000000000019010dad01c719b89a375eb6bbe0473fce2257f96b301 1.57 MB 3,607 8
905,525 905,525 00000000000000000000e558c5161eb32f1a0283e4f066f265abfc33a5c18cd9 1.64 MB 3,208 4
905,524 905,524 0000000000000000000211c8ff940afff1eb99e19595324324cb1ee296ff8367 1.75 MB 2,989 5
905,523 905,523 0000000000000000000094566d1cafde3d5a9c3d65a75b97f7d30fba72e23412 1.59 MB 3,646 6
905,522 905,522 000000000000000000009aed949ab7bb4a93d58deba1e242cdbd1825d044498a 1.64 MB 3,571 6
905,521 905,521 00000000000000000001dc6c51b2a33975dd97f69abf9a2d2479c3824216a5d2 1.61 MB 3,536 7
905,520 905,520 000000000000000000021bfa0af7ddd4fa9532d6f70473ffe00776ec255455fb 1.62 MB 4,235 6
905,519 905,519 000000000000000000005fe34faf7856956a2b523ce41684ee593d1d5a0f2ce2 1.71 MB 4,565 5
905,518 905,518 00000000000000000000af0a25bfc3b523f08fe123bb1310071153289310b37b 1.76 MB 3,849 3
905,517 905,517 00000000000000000001f9c960a9024ee764dea0f1f120f61a976e1f9447e001 1.58 MB 3,632 4
905,516 905,516 000000000000000000012d681332107bdeaf697dc9ecfd57ee19267b44ca7890 1.52 MB 3,175 7
905,515 905,515 00000000000000000001f47dbb0b13dddb1c993ebd50511bb021d75fed69d4d1 1.57 MB 3,780 9
905,514 905,514 00000000000000000000ff42003d181661798945ce0f2a65d592aca7fca2da05 1.59 MB 3,005 4
905,513 905,513 0000000000000000000168842cc1d416b3f1fb1e09f376dd41205f5641f767a5 1.75 MB 2,209 1
905,512 905,512 00000000000000000000eb938e7a651df19abb31a7fc60dae21648425bf64869 1.43 MB 1,700 2
905,511 905,511 000000000000000000019281b5802dc92863aa6ff170ecb47138f841fe438c41 1.77 MB 5,058 2
905,510 905,510 0000000000000000000141760b858c43d95123edde9c9d76a7b1e78eff035c38 1.76 MB 4,497 3
905,509 905,509 00000000000000000000c554d9517e4cafb3a9ac4a6416dca80399b5b57d5506 1.60 MB 4,349 5
905,508 905,508 00000000000000000001168825486d352f1f682064916acdf90cfea01f0c8bf7 1.67 MB 4,502 4
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.63 GB sent, 93.64 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.