Memory Pool Memory Pool Refreshing

3,745 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,243 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,687 (840,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,049 68,049 000000000187761f385b04656de8ab08f49c88792324a53a840c386d5e6bde3b 0.00 MB 2 0
68,048 68,048 00000000024a918d26e39de78f1e5036f5706ba73af43bb5a83ab56bcc8a9bf4 0.00 MB 2 0
68,047 68,047 0000000002b87b77ac4fa29155f2691c53745eccbca2622ba1f5f8f41751a0c0 0.00 MB 3 0
68,046 68,046 00000000029bab2e3c948ea2393f650d52d59ff511a10dc28115df44f52bd082 0.00 MB 2 0
68,045 68,045 0000000005a15b3210d14d0a4be1a248c2f0c4716d57580839a6b7f551c577fd 0.00 MB 1 0
68,044 68,044 0000000003e10a65adfe741d94b63f6fc562788031f5290a3df8787b2facd82a 0.00 MB 3 0
68,043 68,043 0000000004af8a4e04ce953a647ae834db1a5f509fc91954813eb61a62c6e5a4 0.00 MB 2 0
68,042 68,042 0000000003fac50cdf8c978d7a189027011b8f997c8e05c45a789fd04f61e51a 0.00 MB 4 0
68,041 68,041 0000000000a5a750ab7e988d6e599a06d1308a5c27ae521ce1047b08bd6fcb7b 0.00 MB 1 0
68,040 68,040 0000000003ab9ca8c6c2b8e140e4343ca26a3632aed967504bf756be35913c19 0.00 MB 2 0
68,039 68,039 0000000002d7f1deaf319fb6db1b5d51beb77fd7a73eee1d5b37b2a5e398bdf9 0.00 MB 2 0
68,038 68,038 000000000039f2a275edc1c024c022a29282e90ef65762a5cf06b2b81ae270e8 0.00 MB 1 0
68,037 68,037 0000000002dd06cb21b240b8bc73d01e9acc7da30ca65cd472df56d522337c22 0.00 MB 2 0
68,036 68,036 000000000276795cbd76f9d82f5034e355f19ebd60296fbcac0dd2cefb8760fc 0.00 MB 1 0
68,035 68,035 000000000314bf42dada112f9f6def8a919fe5942a42a9fc41e8dd3c4d8f4e02 0.00 MB 4 0
68,034 68,034 000000000208a964f63bb3f02eb39cfb2f450666c978b5b0178f3c1e6245ff31 0.00 MB 1 0
68,033 68,033 00000000019263b7789bbba92064a0dafa64c2b9963bd5b3a6240911329a8fe5 0.00 MB 1 0
68,032 68,032 0000000003cc6a519c732d3cee40c7811cf7b62de2e3fcf32f1acef678c471cb 0.00 MB 1 0
68,031 68,031 00000000039b09affdaeea5fc37f415c86f25e19565c2823974d2ea50840826c 0.00 MB 2 0
68,030 68,030 00000000007b0fdfab095354f6f1bc5dbc078bc71d31bfeb15bd396731d02d29 0.00 MB 1 0
68,029 68,029 00000000015924c99fd7c39902dbf3694611cde7a73d5d28d0b7a1ae6ee22a54 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.05 GB sent, 101.84 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.