Memory Pool Memory Pool Refreshing

3,508 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (502,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
405,455 405,455 000000000000000005e25fed57d4f25e722cc333ee2df9a5067b076cd722afe6 0.98 MB 1,326 25
405,454 405,454 0000000000000000001a86a96ac0186eda4a865e3004d7e9d3e8502a2133107c 1.00 MB 1,853 60
405,453 405,453 000000000000000000bfa37ba8984cbecc53229762025e49d5a940e799d7620f 0.59 MB 609 25
405,452 405,452 0000000000000000067051a23c77cc3dd829479c37b1d9257b38cfa3aa152cce 0.71 MB 1,054 45
405,451 405,451 0000000000000000004651faa345a3df8753a5000ba47b01b4b11b6e0a80171f 0.00 MB 1 0
405,450 405,450 000000000000000000b02fe9a70faa7f8a3ca9a6d9f69aa3c965c8fbd1c0fa21 0.53 MB 619 29
405,449 405,449 000000000000000002c00a6f4ba718aa9ad08dd068db8e492305b80d6fe0dfa3 0.93 MB 1,242 47
405,448 405,448 000000000000000001fe97f0daae80c875798f67eaffd12624c2eee77add5dd0 0.99 MB 936 29
405,447 405,447 000000000000000000677e603cb7091c2b3b498a3b500f3ab40c75ba40c1800d 0.99 MB 615 14
405,446 405,446 00000000000000000302e43df809d8d4c3911c2052e996301379d10718c6824b 0.72 MB 896 32
405,445 405,445 000000000000000001438100d06fb6713d33aaba39d4dec6d001aff156d5235c 1.00 MB 990 26
405,444 405,444 0000000000000000018a174b4fec32a32ac7bc6741568af77b4b7e14e1e95ee0 1.00 MB 1,669 46
405,443 405,443 0000000000000000036c02e07cd55e1d17b65b0e3155f1bdf3d5587bfc3b16f9 1.00 MB 1,269 34
405,442 405,442 000000000000000004deb3fc3a42f1c7f1e06544e67fc687d08f3409b3da2f6d 1.00 MB 1,236 28
405,441 405,441 0000000000000000029e0a0930695349a7074509b89eb9bb121b1af4cbb6352d 1.00 MB 1,316 29
405,440 405,440 000000000000000005238a5753c305dcc2929c097ced17e6c9e2d636872408f6 0.93 MB 1,429 59
405,439 405,439 00000000000000000516332cd0560a7b86a770e03a90b6dfc33752e17a24a459 1.00 MB 1,561 28
405,438 405,438 000000000000000005854be4dcebae2dcafd88ebfd611ab39860422f88df5635 1.00 MB 1,604 49
405,437 405,437 000000000000000002f56c399e3fe392ee8413e08b84a353dc69d394f9f41364 1.00 MB 1,235 41
405,436 405,436 00000000000000000260310bf877dc3da9589ac9ff7fcddbea12b40adfabd401 1.00 MB 1,651 38
405,435 405,435 000000000000000002c651a76209f9a4834c77d2d249d44cb82709bf3e89ec90 0.99 MB 1,878 47
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.