Memory Pool Memory Pool Refreshing

19,713 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,622 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (741,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,164 166,164 00000000000008e0d36b05ed3a9dd4ded7ee82c2248930bf1078b4f893762c29 0.01 MB 16 557
166,163 166,163 000000000000015f1594a344051fe2aa77c320155048e8ebf0ea6d1d9a9cc56d 0.04 MB 86 108
166,162 166,162 000000000000048a1cecf2031ed9567bcec39e2272c0a5428f40c02596bba806 0.03 MB 43 123
166,161 166,161 00000000000006a26fe790fe5d6b77654038334295c076ed5d29473410db082b 0.01 MB 31 111
166,160 166,160 0000000000000af76996f8ad7bd90ae2fa8ee423476d03b3699343564ebdbf8d 0.03 MB 45 128
166,159 166,159 000000000000021d3044af850c3d0050a95f892ba5b9f5c8a7889215e3f4c8cb 0.03 MB 55 51
166,158 166,158 00000000000004d9aad3e5cfb0cecac61352696b7117a3f1a7508f43e70fdb45 0.01 MB 18 0
166,157 166,157 000000000000070d716cfeb345cf6e38bd104b586e877d26a261ec49caf1fba8 0.02 MB 43 141
166,156 166,156 0000000000000181ec84b8edb5cff390505d93d29fffdbb0e843cc5f480b265f 0.03 MB 62 103
166,155 166,155 0000000000000592c75f79fa0de77c3cf847bb76538aaa3a937f5582f5690840 0.05 MB 135 83
166,154 166,154 000000000000022d8cb7cf26abeadf86957d754757e897504e03a14586add81b 0.02 MB 48 188
166,153 166,153 0000000000000416b4836547cf2a51a0ef37190f7d8d26419ab9751c890b5490 0.04 MB 137 21
166,152 166,152 00000000000008381c6b9424323ceea82d44571d3d2296b4d047687f1cf0abe7 0.01 MB 25 73
166,151 166,151 0000000000000829ea8c582a69dc0731cacf2cee3e5f39c6254f90c33c694f3c 0.03 MB 81 133
166,150 166,150 00000000000008c2e619e486b5d46fa1e8adaba8c2cfb283d5fc830c732c6100 0.05 MB 123 189
166,149 166,149 0000000000000539aa011b9dd6f7d3700414d5c3f7c19661fec18ceeef3e2694 0.02 MB 35 76
166,148 166,148 00000000000009ace94ed932ac6d4aea849dd52c44b54f24bade46c9a46e6b43 0.02 MB 36 55
166,147 166,147 000000000000044c9cb1f5fbdba180d09fc38981ad7e6fe944a1cc4faf71774a 0.02 MB 42 136
166,146 166,146 0000000000000627ba16bf3c0b115cda49818c1279b0c7b670b5c8f6e001a498 0.02 MB 67 167
166,145 166,145 000000000000050ab94e3a8e368099b3ecba742cefa749c617e8fbcc8fb8dd48 0.00 MB 1 0
166,144 166,144 0000000000000b7e968f7a489af56f7e71457da2885b169d68380e0e7c8e4636 0.01 MB 17 185
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.