Memory Pool Memory Pool Refreshing

3,287 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (782,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,581 125,581 00000000000019a3dd6215fe46c36e388e55294c12a086462bef4dfa9594204a 0.00 MB 6 1,892
125,580 125,580 0000000000002835c3e23619043d643b9b3882ff15c7e190da2a4d18e5847f44 0.01 MB 32 357
125,579 125,579 00000000000024941b6bb4933185853310277249d78f3fcbf3282a8dec381cf5 0.02 MB 24 600
125,578 125,578 00000000000013310298a280a8faeb622a5cc584f3a277fd7eea6af9e6e8535f 0.01 MB 40 2,921
125,577 125,577 00000000000012c1650dc9de806ebc4f0ee6db8ef598db193a0f8d9f6b7b88f3 0.01 MB 21 971
125,576 125,576 0000000000001ed7ad8c03b82804d5005c6d703756ed14cca0a08cde8ff8d8ee 0.00 MB 17 1,903
125,575 125,575 0000000000001271a342e826d46e21546b2ded55e3bae94ba8c0f04ef4f3abb6 0.01 MB 40 359
125,574 125,574 0000000000002f0275449320bbdacc7c7d07e98e732dfd3009b0d3df778ce939 0.01 MB 48 290
125,573 125,573 00000000000036e0e7c87d7f8a5b3713e1932c4edb6daa1aea20c97d27470408 0.01 MB 30 0
125,572 125,572 00000000000000d4821d9aa3b805d3206ddde593d9d89debfe0a8ef3f29a3ad8 0.04 MB 124 2,704
125,571 125,571 0000000000001e4d8cc7e615b094449e01573f33c7f64d31fa5b3f04711be1b9 0.01 MB 32 2,141
125,570 125,570 00000000000012202e8f27dd3fcb137681a51728fed4c001496fea54b1c82c77 0.02 MB 43 1,370
125,569 125,569 0000000000000699208f5a65ac18ee3a11b4aad62f96a78cc1af86f086ad6a05 0.01 MB 22 216
125,568 125,568 00000000000020d03d3744efee52e7d506bba140f3a7e19aa33461570764c14f 0.00 MB 3 4,149
125,567 125,567 000000000000416eb8ff7a6b16b9c4e13536b903b12e74e139f669aa7167e716 0.00 MB 12 1,264
125,566 125,566 0000000000000b1732621d67cab48f02af32d338bbec37e828dcb8463b0826f6 0.01 MB 13 746
125,565 125,565 0000000000000ae45837b057646e4de00aaf6e36fb2039c2327270a67b2b3b43 0.00 MB 12 0
125,564 125,564 000000000000287ffdc078768a29d2d53c00b18a33ac9b4d01063c5b42e1f737 0.04 MB 115 2,353
125,563 125,563 000000000000082f81cf9b2d20d13a474c1e16d68543d54b344a9c035d33a6fe 0.00 MB 8 800
125,562 125,562 00000000000007db18eb64f9b18a5c6927aee1d0096a1946e525755bf6f888a1 0.01 MB 30 1,215
125,561 125,561 0000000000001df899cb037d1a98e619ef374d62f5b734e05eb6f778c2782609 0.01 MB 7 613
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.