Memory Pool Memory Pool Refreshing

1,989 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 1,982 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (741,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,565 166,565 00000000000006b058881180487c330480a895e658ece4e6ba60c66bbf194964 0.01 MB 42 219
166,564 166,564 0000000000000871cecfe279b0cedf8dfbbd10202b8317412ee7ed4b0022121b 0.05 MB 101 163
166,563 166,563 0000000000000a704185093eb74437e7d8bddc969af1d23f0af0f6afffd8fc80 0.00 MB 1 0
166,562 166,562 0000000000000911eb39fc191c15e29257780b031e2b69817c2bdcba89799a48 0.01 MB 11 465
166,561 166,561 0000000000000a5a3061e8aa7244921d6eb18cd20df7ba249c85b11105101435 0.03 MB 38 6
166,560 166,560 00000000000005242f53c7839aa75463aadf9843b29dbaf79fc11a28132e665b 0.04 MB 51 227
166,559 166,559 00000000000004c76e3b7352ec8fc7890616e8a75853cc25c0ff84dafe90b5b6 0.00 MB 9 36
166,558 166,558 00000000000008d3f531c51f7bc6f2982c98a0db3bc545741ddb52fe5d7c777b 0.02 MB 60 0
166,557 166,557 00000000000000aadfd4a222b43fa7c7fe3dabbdf42f84336b2ebb682a980324 0.04 MB 84 89
166,556 166,556 0000000000000c20dcdf93cebbc453ab240771effd52d386d211f5de9268a884 0.01 MB 30 80
166,555 166,555 0000000000000b01d7ce65af9b255b22c9a52423f593cdf62c3e41bcdb18cdec 0.00 MB 13 10
166,554 166,554 000000000000048613e5764caf1803666c4182a56affe853cddc73e15e74cee0 0.02 MB 36 41
166,553 166,553 00000000000009191723e0feb0c21fc8ed0b6f68c9ca309bc43f430a6035f104 0.01 MB 21 48
166,552 166,552 0000000000000167c82d6f704ed5221b0613621d74fc158421d82871b992eda0 0.01 MB 23 136
166,551 166,551 00000000000002d02c4ae1f9a56846755f3283b59697657fd5df3e0e6bacdd7b 0.03 MB 117 1
166,550 166,550 0000000000000205a3e4f962b5b01a79b2443be34b0a2a9805552596da37b1c9 0.00 MB 14 52
166,549 166,549 00000000000001f8ebc9b93710396322ac5960974f5e345dc00ef7430cd21072 0.01 MB 22 379
166,548 166,548 0000000000000722deb23a57e2ce92943f3a83c79bcc72d9698d13d734c0faec 0.01 MB 24 38
166,547 166,547 000000000000052939bbb4815c4308e7fb26a68b4db4a58f218458016af44156 0.01 MB 10 30
166,546 166,546 0000000000000684fcd3cf7f169fbd15499b662a9af7e43318f435d481e27cba 0.04 MB 118 89
166,545 166,545 000000000000090b7062b49a10504077af86b3e080e9ed21757a6020df60d450 0.01 MB 15 52
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.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.