Memory Pool Memory Pool Refreshing

9,129 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,793 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (420,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,258 487,258 00000000000000000085e6091cac2548f59347e603133f0d239f2424fcc430fc 1.01 MB 2,633 187
487,257 487,257 0000000000000000002858bd2a1e6a5812f6fc1b56a348a965119dd6d11f1b06 1.00 MB 2,465 133
487,256 487,256 000000000000000000f78355bba902fa979fd47542eb72ba5aa769628dfbe101 1.02 MB 2,567 182
487,255 487,255 0000000000000000002f022fb7bacede7fb6079accd94090a25b680879aceb13 1.00 MB 2,226 156
487,254 487,254 00000000000000000079ed286f70d6f27012a51f021aa46167775eba6e3eb133 1.01 MB 2,258 182
487,253 487,253 0000000000000000003ff94f6c32d1bba60e42f9d5220351bd8508688eb624f9 1.00 MB 1,570 144
487,252 487,252 000000000000000000eabbbc981b50473d2cbbc0e0831d78a058516dfca32555 1.01 MB 2,064 175
487,251 487,251 00000000000000000008564e6dc69be8c42b45a5c56244058d7ea537c3c7207b 1.00 MB 1,827 109
487,250 487,250 00000000000000000025a05104523f4bcddcee83e9c7deed57e90d21243114f1 1.03 MB 1,784 83
487,249 487,249 0000000000000000004e6861634be63a9d9418fce737a7808b8fcdaf579a2046 1.00 MB 2,510 168
487,248 487,248 0000000000000000009217a6f9844ccc73e22858f3edd607a6a60029e2b90ffa 0.01 MB 33 483
487,247 487,247 000000000000000000447ce8a3914a853b0d01dc31ab9bb0de50ee9327e9c5af 1.00 MB 740 29
487,246 487,246 0000000000000000003a793080ac553b7a2f288ca425823562150f27f5a51294 1.00 MB 2,067 88
487,245 487,245 00000000000000000079ae99b30d87766d7a92189c2f1ed5ac8b430b57db64a9 1.00 MB 1,024 24
487,244 487,244 0000000000000000004875679a02ce3fcbade4cc04afa4abc540206f3f99a44f 1.01 MB 2,501 35
487,243 487,243 00000000000000000043f2de2ad4043176bc12f8930efcf20b98155d0c5ff245 1.03 MB 1,660 81
487,242 487,242 000000000000000000be5cff6d223e1fc905f8e725e1e4f962722cac35c10b0b 1.00 MB 1,840 16
487,241 487,241 0000000000000000003048fc4113fd8a04877787421c14d369fa514ca6db385f 1.00 MB 2,362 39
487,240 487,240 0000000000000000001296098da7a89c4c0c7c448c03d74902321e5e880b9f9a 1.00 MB 2,392 75
487,239 487,239 000000000000000000bc1a908877b24bdfb057a99830d0c26c4928de60b567aa 1.00 MB 2,017 170
487,238 487,238 0000000000000000008266786c753b8091c071ae30c6a73d5f2eef7a339182d5 1.03 MB 2,195 42
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.