Memory Pool Memory Pool Refreshing

3,272 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,265 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (551,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,245 356,245 0000000000000000113e81e52f304eb120d9f293722f5ee5c50f8c9e5b05ef21 0.68 MB 513 8
356,244 356,244 00000000000000000c357f80b24b025e5faba8c7ec2d018cc3389687df8c5848 0.19 MB 274 19
356,243 356,243 000000000000000011645d3771458ea1a39c38067bd05b0ee7d0092a75cba157 0.28 MB 464 24
356,242 356,242 000000000000000016da190929aa20885261b696563a8fff16450f9bfed74e94 0.46 MB 925 26
356,241 356,241 00000000000000000367ae7addd4eea5bade32e4c7c0578ac6861d77d5b822df 0.31 MB 577 23
356,240 356,240 000000000000000014b92a4a78135ce50004cd88ae7c35e6c5c7342fa80199a5 0.60 MB 701 16
356,239 356,239 00000000000000000ab5e0b9481a81e3897c886335a2aa658f8b965d78215f16 0.75 MB 1,237 20
356,238 356,238 00000000000000000741747e04eaeb725a4ee29d21f81f0cb4c98f3faf910790 0.25 MB 1,030 65
356,237 356,237 00000000000000001337a45aaef5d972655cf82b06cdac3c67763062641ec772 0.72 MB 1,570 30
356,236 356,236 000000000000000003a59e885f92a7f601c2eeabe3f744d0be9ac31faba7f6d7 0.17 MB 348 28
356,235 356,235 0000000000000000047a93e7c49583be2464a33a17d10bd912b9ad7b0c07b272 0.23 MB 332 17
356,234 356,234 000000000000000009682e37631982e64cfdf4080694d76b5b899446420906aa 0.22 MB 419 27
356,233 356,233 000000000000000011c0549dab992ccf08bdba8c2da1adf5dbcc3ad0a5be04f8 0.52 MB 1,081 28
356,232 356,232 00000000000000000884564d77d669cb215ec089f922fd10be259381f98783c7 0.21 MB 500 29
356,231 356,231 0000000000000000153488d868b73f9c9205e7affdabed593192653cbea436c1 0.13 MB 242 25
356,230 356,230 000000000000000013047a88a40507379f96e5a3e5c45e9f001eb09177fd3e58 0.06 MB 100 26
356,229 356,229 00000000000000000b253b9e5050c79520784878ef4c8a4cbbf17eb4376a2901 0.26 MB 518 26
356,228 356,228 0000000000000000157f24bb77c1b6b776f9516318295dfcd9d0eebf3fb9ba5e 0.05 MB 115 27
356,227 356,227 000000000000000003b4f506101461a4c7476910a0cb64d5c1db0b36df6b9c8c 0.67 MB 1,335 27
356,226 356,226 00000000000000001310041f337c39eac5aa3a8ad964f46755814cb81a360983 0.16 MB 306 26
356,225 356,225 000000000000000015455888d50e2b47591ef2a5aedcdc86aa535ed73f730907 0.02 MB 44 15
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.80 GB sent, 93.58 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.