Memory Pool Memory Pool Refreshing

5,621 transactions
15.28 vMB
Show Random Selection Loading Transactions
Max Size: 64/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,931 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (808,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,232 100,232 000000000002f400c96d6c74bcc8e34fb6fe113e6a004ac0597eb2216dd7a0f5 0.00 MB 1 0
100,231 100,231 000000000001164b561543d1452974bbacc3acdb0ce28864a6a9deb3e8bfc800 0.00 MB 1 0
100,230 100,230 0000000000043a3094b130f7c69e8b2af50051701e4f14b2aa41dd5ffae04b5f 0.00 MB 1 0
100,229 100,229 000000000000f919c4e613ce50725c758d6cb90258f309396ba48ad9cda8dfa9 0.00 MB 2 0
100,228 100,228 0000000000032c1c5f8650c96071ecbf7efac137a4ab4a0c2ddd6733d9c4719f 0.00 MB 3 0
100,227 100,227 0000000000042065c076af60093d4fbba807e3103fc91b62f4f6c9c36a0e2114 0.00 MB 2 0
100,226 100,226 000000000002c90930cda702186ed0a5dbaf6bc638a169b241e56d102f981d69 0.00 MB 8 0
100,225 100,225 000000000000fc774a0569c01a5837699e8ffb1884ad7773e233da3c448d8d70 0.00 MB 5 0
100,224 100,224 0000000000028bb9391c15ab2e21d6bf3b0edf453489ae2b511bf90d48fe27d5 0.00 MB 7 0
100,223 100,223 000000000000bcac2440a6a33b28f6587174de66b6444581308085b846bac0ad 0.00 MB 1 0
100,222 100,222 000000000001e291a28692af261562e8e167f73f3c12d67769c340f941b2ea1f 0.00 MB 4 0
100,221 100,221 000000000000744de853ded0f9318726e5cc73df74bb75e3594031a7060a1356 0.00 MB 1 0
100,220 100,220 000000000000cb5ab60c820b342781973a47e3d32a7a9ec152e073cdf3b4214e 0.00 MB 6 0
100,219 100,219 000000000003d6642d8e2261e9b001cd39ed4f607e1007e7601edf1bfc5f15f9 0.00 MB 1 0
100,218 100,218 00000000000361223013463735b23920168dac1c6b76af0f853c25753d05d6f7 0.00 MB 5 0
100,217 100,217 0000000000033810a9f882302be74c39555c149bde323cf381e29c5f02dd27de 0.00 MB 1 0
100,216 100,216 000000000002aaf7b0cf8e00b4eb3f1a2222c60d1bcd8952d64bd5e45acd3653 0.00 MB 2 0
100,215 100,215 000000000001b23920cb76d6c42f69012c94d7c40cb77ab5e170bda63aee1826 0.00 MB 1 0
100,214 100,214 000000000000a9464172957f64c3b368daa26b834ad2c6e5765d45c4cc5b694e 0.00 MB 1 0
100,213 100,213 000000000003ec8883676cb8286aea646ee08489de954e816c9179fe377e2060 0.00 MB 1 0
100,212 100,212 000000000003f91796cd9e7ff3027fbc9ab4e9e372f5f9d438faf1267ba629e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.48 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.