Memory Pool Memory Pool Refreshing

592 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (849,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,877 58,877 000000000413c9be77227785b04b28e92e09fe3694ebf30263214c9a7b2808b2 0.00 MB 2 0
58,876 58,876 0000000000fdb3a803fbbd209a67bbc113974b553a652d67d3245ae0a614cb59 0.00 MB 1 0
58,875 58,875 0000000000577b29df6cfc14c00a7a6a25c9bd811a53547366a0831cc8db6f99 0.00 MB 1 0
58,874 58,874 00000000058d89f1cbc792843560b0d296ca406d6f415dbf78311ff6bbc60051 0.00 MB 1 0
58,873 58,873 000000000a06cec7b437b7f2542276e9e248406e720e29ba20cb7665da942ff5 0.00 MB 2 0
58,872 58,872 0000000008de8e763a73da8cb1ed8fab89063a110d661399960c9ad47332cecf 0.00 MB 5 0
58,871 58,871 000000000d82aebc82eee8e3976659e4c2097e9464b6b2a2e5906d7dacee5f46 0.00 MB 1 0
58,870 58,870 00000000089bc47feabe521894d13eaf14f8ec82bcf691f56b5e9c3348441f38 0.00 MB 1 0
58,869 58,869 000000000511a25cf916183e2ecbafea4110e14c259e5d5a2b275c9898eba376 0.00 MB 1 0
58,868 58,868 00000000073fad739ae615795cce2cef547c6498fc7b15c6586a7550f5a26f30 0.00 MB 1 0
58,867 58,867 000000000e099de5daad2e39d7c0e6b89e4c65f38abeea629aaa4e0c9410757b 0.00 MB 1 0
58,866 58,866 000000000be174459b56893ffa97c24317986f3e988bfdef4d10a6823ec954d1 0.00 MB 3 0
58,865 58,865 000000000023795b5ec5f005ef68677313e40313d28dc377c664ff5d322276ff 0.00 MB 1 0
58,864 58,864 00000000029f17b9cf88ac00095671df2f054cb20e269025707382e4db8ab9e3 0.00 MB 1 0
58,863 58,863 0000000009830b4f9b09ee165434c19862f7b702d7d87abb1185d74c54257a57 0.00 MB 1 0
58,862 58,862 000000000f1bc9b98c3d14e92b1d760c7cd164f20bc6e985fd0683c004b5bff4 0.00 MB 1 0
58,861 58,861 000000000cad0607b8763e3e1e14db8684fa6d8579072d5c7f4c431be47a1a75 0.00 MB 1 0
58,860 58,860 0000000000b81d41b4bd557ffe0ecc0215259fe83a38f605956c7e59eb8a370d 0.00 MB 1 0
58,859 58,859 000000000c76a58f13f5074fbd2a29d89a148fab82979957312ec8b3ea8fefe3 0.00 MB 1 0
58,858 58,858 0000000009e02015f761085e142a090e330a820e07b692cd2a4c8c405d4b383a 0.00 MB 1 0
58,857 58,857 000000000476f9754e060f23363fb87bf46e3febff17139151636d0ca4217a5d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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.78 GB sent, 101.10 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.