Memory Pool Memory Pool Refreshing

7,058 transactions
2.20 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
2 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,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,437 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (894,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,867 13,867 00000000cb372d11f54c4898ed669c58895c28c5132124e39e1d70bc77bbff35 0.00 MB 1 0
13,866 13,866 00000000d10acc2a5e0beda349c5c87896e690579880ebe58a29ba787b3a93e9 0.00 MB 1 0
13,865 13,865 0000000013ee85a6684fd6bbbc61ba2209bbae7d0a41f0fdd73f4d1356a0cf3a 0.00 MB 1 0
13,864 13,864 00000000df69597306463732b4ce0f0a3e9fc85f39167ed3397d16aad733b4cc 0.00 MB 1 0
13,863 13,863 000000003136c19f525e39633e80f09cb731a4f8c48527a0d2e8db9a69bb8c96 0.00 MB 1 0
13,862 13,862 0000000049b1e2505d7df5422f090077b7375834d495e9137571130952b84881 0.00 MB 1 0
13,861 13,861 00000000b7e74346120de2a2d06abaf6ba44aa67759d7ef27d4018d4ca7b3c09 0.00 MB 1 0
13,860 13,860 0000000031ba3d678d213efd76fbedcdb440bdcadf9f59f95c49df68fce65a79 0.00 MB 1 0
13,859 13,859 000000004c71e905d1b7e669af04ff7f960fc3b8034c0da1be384918d8da9a90 0.00 MB 1 0
13,858 13,858 000000002d04dcc792ec2b98e94f7ae86d648a3089bef4dd190aa9ceabc65ed6 0.00 MB 1 0
13,857 13,857 00000000f60d680090ea9bf30eee47c889e2cdb25ef0c777a11a155fd5fbf2ac 0.00 MB 1 0
13,856 13,856 00000000b976c080eed7b9894d763d2c77944b983d66a3c1a5554fc989b873d7 0.00 MB 1 0
13,855 13,855 0000000001d9ced3a65948605ccfeed451a16277a678d0f5e70e6b5d3312f2fe 0.00 MB 1 0
13,854 13,854 000000005ea83f793eecfecb684d3c222aa4b709ed89c00c480b49fb92d2043d 0.00 MB 1 0
13,853 13,853 00000000bd2db20d68cb2c1fffbe1c885f10680779b12a05d79609aeaddde883 0.00 MB 1 0
13,852 13,852 00000000ac7251cca7345ed3f60b0f792c089aecf096079d2280fb80665910b2 0.00 MB 1 0
13,851 13,851 000000000940a093c72d26bf915720fbb1b20c68eab7bfea1d55a36b23d637be 0.00 MB 1 0
13,850 13,850 000000003f872af92992d12a701b0212f93eb0cb751de415bad231fea47a4394 0.00 MB 1 0
13,849 13,849 000000000f691ef227bb909c847eb06a67f4943061c82f09f5db505266ba18d4 0.00 MB 1 0
13,848 13,848 00000000c6e518f930c3a1ad0b9200894b7544a98d42ece21adaac9737f2bd22 0.00 MB 1 0
13,847 13,847 00000000ec88ce9d6e977d66bec3e9d011c3320b74b208a5d5486374847b4b4f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.16 GB sent, 100.96 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.