Memory Pool Memory Pool Refreshing

2,105 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (8,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,341 899,341 00000000000000000000f1e538cc23f4f3ffa528fdb0d62b26f3f2ec960f33ba 1.42 MB 2,722 2
899,340 899,340 00000000000000000001b884cfbd388a21676c55b7e54dad81d40cc68df60aaa 1.60 MB 3,754 5
899,339 899,339 000000000000000000003551ddafd8bbe82b413b3b583ec13533d2a9337ac9ad 1.77 MB 2,599 1
899,338 899,338 00000000000000000001c72c5dbbfbf26f37da619e88affd8dc549d409e06529 1.50 MB 2,342 2
899,337 899,337 00000000000000000000836f1b85992d0b4761f744381a418e533b8ac28cb552 1.57 MB 3,544 3
899,336 899,336 00000000000000000001d1cd9fb57ab5acb300462ecc75da000e6d3f9ad8ae85 1.59 MB 3,084 2
899,335 899,335 00000000000000000000924d36c262011ca8f4e58ded02bc77501307377e4e23 1.25 MB 1,350 2
899,334 899,334 00000000000000000001b3fd13a67aaf628251eefe56a6dab574805ef9a50b80 1.51 MB 3,141 2
899,333 899,333 000000000000000000002f8e626ecd6b29fcc19f0c0d7567a13c2bd9af0c6b9e 1.65 MB 3,177 6
899,332 899,332 00000000000000000001367b27c97d41e277c28b235c9e0bfec70f5258e829f0 1.28 MB 1,478 3
899,331 899,331 000000000000000000009d08ff1bb3ed76328e1bc26cd3d6d91d17ce3278f204 1.27 MB 1,543 2
899,330 899,330 00000000000000000000a0f0596e291e7fd74e2304231f7da31bca44bb7d45ef 1.35 MB 2,242 2
899,329 899,329 00000000000000000000249aa847bc98f772991c7334cfcba888c3f63ea046bb 1.64 MB 3,215 3
899,328 899,328 00000000000000000000d8a8f916de890f4c295d77c988d047ca0f5bcb55f805 1.65 MB 3,007 3
899,327 899,327 0000000000000000000133ee3a0aac04c1b922b9adf388154a17253c99df369a 1.57 MB 3,495 5
899,326 899,326 0000000000000000000018a28478b93ee10ffbf9c0b445328f42824169a0b07d 1.34 MB 1,746 2
899,325 899,325 000000000000000000003d493b63a7926eac80d70d785d578d9355eb9c80872f 1.67 MB 3,322 4
899,324 899,324 00000000000000000001bdf78c2fcfe4594ee415fcbb24fb40e27d6a2b853933 1.83 MB 1,238 1
899,323 899,323 000000000000000000012c5d68c6605b11bdc2f1dab334f50c3f781b7c264c35 1.63 MB 2,329 3
899,322 899,322 000000000000000000004e39d207dd9eb93f1ecd5b728a64c20b0a428541b6a3 1.98 MB 527 1
899,321 899,321 0000000000000000000115e10d8ecdea6f95e41bee6be3e3160aced7b05a3eb6 1.68 MB 1,877 2
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.