Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (447,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,187 460,187 0000000000000000016eb083787227a1b4d6475a6cf495a901846a9e4a678156 0.99 MB 1,281 111
460,186 460,186 000000000000000000138f11b0bbaa27f3af50bbd1634752aa56bbe7462d81dd 1.00 MB 2,139 114
460,185 460,185 0000000000000000002ad140f178c1209bf0239913a9b7407cce8b843c9a9d2f 0.86 MB 1,551 114
460,184 460,184 00000000000000000002a96c1408742b6da6ef79fcc0ca3b9f7dca0f59b6a0ff 1.00 MB 1,863 58
460,183 460,183 00000000000000000053b10c44f022fbdde64c853f38c3e2a1ad5a853fca5ae2 1.00 MB 1,186 75
460,182 460,182 0000000000000000017aead3ea5b2548b8b64f821aa70f5c20ed1561ee57db4f 1.00 MB 1,986 146
460,181 460,181 0000000000000000014a51db91005f78d09c993d284e328c1ff626da632ea1e9 1.00 MB 1,948 105
460,180 460,180 000000000000000001cf8927a086ba2ee448ce05a654e43844e099addfd51bb3 1.00 MB 1,430 129
460,179 460,179 000000000000000001d4519f5369fe19d901e7f60fae48a2688e505e0354a983 1.00 MB 2,368 135
460,178 460,178 000000000000000000268240036f60ba9e0f6e24af2bcd820e0cbc615a9c5d31 1.00 MB 2,324 126
460,177 460,177 0000000000000000014e688a181e5cb6420fb113481b4a3e4f05cd0a97e6f6ad 1.00 MB 2,165 138
460,176 460,176 000000000000000001069e6d6ada4dbfbd7e91a247e36297f57dcbc57338b838 1.00 MB 1,878 364
460,175 460,175 000000000000000000ebac8b94c2720e794e9a9c4d6f31a56c03745520d5c2d3 1.00 MB 1,938 182
460,174 460,174 000000000000000000d959b0806d3244e83acb29e85a715ce0ed2ff757d1a9b6 0.34 MB 727 128
460,173 460,173 000000000000000001500d9fdf7f424ffbad594b92369b365798c64a1c4c6cfb 0.97 MB 1,787 89
460,172 460,172 00000000000000000037f42ac723be9e67d1eadc5345837592095eef22689088 1.00 MB 1,864 172
460,171 460,171 000000000000000000d34757e266f7a0535effcc8ee051fe4c5ac12f0c697c79 0.58 MB 1,345 122
460,170 460,170 000000000000000000823c64d6764aa73a400453d5e048cef6a6e4c7182e1de4 0.93 MB 1,705 132
460,169 460,169 00000000000000000195dd744a0f5fb967cf979e0df64f4f15902d047b297a05 0.95 MB 1,439 126
460,168 460,168 0000000000000000001337e96e32ca08298f3c50c88abfefa421ccaf0d8bcbf0 0.98 MB 1,664 98
460,167 460,167 00000000000000000112ac0c77b272b167cb63e0c843171ddccb44d351e04bd3 0.38 MB 621 120
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.