Memory Pool Memory Pool Refreshing

662 transactions
0.22 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,610 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 633 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (813,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,342 95,342 0000000000073731177512a7145011d773709f2ff6495cf878921ba67bc18813 0.00 MB 1 0
95,341 95,341 00000000000662bc6458bc14f37ac91725d643e20476f41562efbb15aac9d383 0.00 MB 1 0
95,340 95,340 000000000006b5c5ae5b37cd24e3e8b9d49385c5c03adb4742bba96e6c34dc32 0.00 MB 1 0
95,339 95,339 000000000001f3a3bc0d9494997dbf712002a2c98f06ea97e5c75540f1b74bf1 0.00 MB 4 0
95,338 95,338 00000000000513dab4f3737d18c957e5b893ef7f6b788f74c702cec5535dfdee 0.00 MB 1 0
95,337 95,337 00000000000770dcfb6e97947216a074e6d03094b7610e38bdfb43667c9dbc41 0.00 MB 3 0
95,336 95,336 000000000005ed0036ba90971ffcfb895d6d60da283e0ae1975a6dbdecb6cae9 0.00 MB 2 0
95,335 95,335 00000000000610a6eeb8c195ac96fc431c52371364daee6624289daf715182f2 0.00 MB 1 0
95,334 95,334 0000000000035cbc03153945ea7ae6fb8cb801dd12717f3f429435e912ee3239 0.00 MB 4 0
95,333 95,333 00000000000310a60d604e4b0206a0a4effb0a9ba069274780b914e78bce7342 0.00 MB 6 0
95,332 95,332 0000000000073048160fd4f13266630438e256e6880fd9a6ce2996c0880f9b3d 0.00 MB 2 0
95,331 95,331 0000000000001a4a9cf113915a41313321499b47dbf8f5828e16e69b0e400aa8 0.00 MB 1 0
95,330 95,330 0000000000023865debd52f62d8a2a75c53851eda351797e8f35f766041cd363 0.00 MB 1 0
95,329 95,329 0000000000026d2918ef20fe5f2f873d205918b54df6c6e55f34aecee8071435 0.00 MB 3 0
95,328 95,328 0000000000039b663cc90727fc9f4d98fc5b2d820c82d3c3efdca25ad9693c52 0.00 MB 1 0
95,327 95,327 000000000002bc71f0a6e5cc5fa1f078e0dfed70f1ecaf2b70ade405426a5206 0.00 MB 6 0
95,326 95,326 00000000000353d7290eb46f3f15e9643c77688394f3d60bf18c5496a292a846 0.00 MB 1 0
95,325 95,325 0000000000007941344679d812d59a6c9fcf17dd5b75cff69ba926a9fc169aa2 0.00 MB 1 0
95,324 95,324 000000000000ccd054fae9ccfb8b1cadd2306f37d77b372fa42e5af0a56b9523 0.00 MB 2 0
95,323 95,323 0000000000074b647612d79788aa61cf37e988bde4339b27706966acf261e6b5 0.00 MB 1 0
95,322 95,322 000000000003916cdf782aa73d41a823836924689fafcfbaf624c7dd9dc1f6e8 0.00 MB 2 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.74 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.