Memory Pool Memory Pool Refreshing

7,582 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,222 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (795,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,313 112,313 000000000000901b04bd5474db10abd6b77785259135c50fe883867b9581b8f4 0.00 MB 10 687
112,312 112,312 000000000000f2c13dccda39f941f8a6ae4df42a0bc7d2bd6bdf97d3af69901b 0.00 MB 1 0
112,311 112,311 0000000000006f9411db1a159979f03122ceb6cd697c5ce4b7cc00abd290cdf3 0.00 MB 14 2,422
112,310 112,310 00000000000100c431fa07234286f8c4e8f3d989d4de6caa3deca817727ae657 0.00 MB 9 1,652
112,309 112,309 00000000000129535b3e5774e7669c503dfccd9a9128ea964037759f87e59135 0.00 MB 5 1,941
112,308 112,308 00000000000110c27adba2610c663e53e48866e41e529fe114b04d0911128824 0.00 MB 1 0
112,307 112,307 000000000000cdf0171a35131ccf6949b3a0f7d4d817f548042ecf3c58ef4655 0.00 MB 8 1,383
112,306 112,306 0000000000008a87c832cdf19b835db609d5c8f8c76f7b672e36fbb7e8210249 0.00 MB 2 0
112,305 112,305 0000000000005416215add4020224a444eb7e6049a45634bf8064517a241d8a3 0.00 MB 7 1,209
112,304 112,304 0000000000003850fe398aa77690d78f92171cc416bc74fd62f8ca42f945d06b 0.01 MB 24 336
112,303 112,303 000000000000542b0263202986884c2ba2eb35dfa3532501c12db039fcc6d2e8 0.00 MB 9 856
112,302 112,302 0000000000009b75d456e124f527b595314fcf73b545df83f691e9ac8bbf96f0 0.00 MB 7 1,156
112,301 112,301 000000000000176933d4b8f405372f3a6f5260eb031c010507777f9c74e3176f 0.00 MB 10 673
112,300 112,300 000000000000e9b7a2d2a0b26a662469d414d0ce16f746c02902fc1773970746 0.00 MB 12 335
112,299 112,299 00000000000110b9435db1552fda2433e8c3f2f6e8f6e7368f59bde648695324 0.00 MB 5 2,257
112,298 112,298 00000000000038acc000b112a5544c77ad326b544bd898bcc3d7b071885dd9e5 0.00 MB 2 3,875
112,297 112,297 00000000000025e7a3a6e14b7902524bae556da05dd99a4dcbdbec84bc9b0ba3 0.00 MB 5 3,225
112,296 112,296 0000000000011f9e68cfac8a7f01136393c9cd1a2748982768ce744f7d6182ad 0.00 MB 2 3,861
112,295 112,295 00000000000064963973a0da8e35a4aeff67cf9c170f25c4b801c72206eb2448 0.00 MB 11 1,265
112,294 112,294 00000000000072d0996c84d175a6c1f10d06ebc5ae78f5a868797f29e75015f8 0.00 MB 1 0
112,293 112,293 000000000000a2b8e416cf80e56b4d6ca4aadb3340bcdc8021f1954e4ba7bc4a 0.00 MB 4 2,587
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,631.57 GB sent, 93.56 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.