Memory Pool Memory Pool Refreshing

362 transactions
0.15 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.15 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (813,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
95,321 95,321 000000000000090f5f7f2291842d3c701af7eba44aaec7b09fba208ae8339765 0.00 MB 1 0
95,320 95,320 000000000006d76718f9c548822352e4f6f09d67dd151bbe04fd8a0d2008d98c 0.00 MB 3 0
95,319 95,319 00000000000803fc214603c2069053c83673b1cc7e002c87d5c1b8af138c4767 0.00 MB 1 0
95,318 95,318 000000000000a9f620b70926e2bdcf7b2ff5979051ce8da754d4d940d4c332bc 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.77 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.