Memory Pool Memory Pool Refreshing

1,296 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,272 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (461,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,235 446,235 00000000000000000319374a103e39405730f20846aef960e93cc2caac11dfdd 1.00 MB 1,735 69
446,234 446,234 0000000000000000033c40a6b45960da17f8c3291b0777e27f00a532882686ef 1.00 MB 2,472 105
446,233 446,233 0000000000000000023ced3b723b64f20e4c4adb9dc34b256f7adc929ff1d52c 1.00 MB 1,964 72
446,232 446,232 00000000000000000143e121435990dc1ceb7a58e5d8e130faf18402f5e034ca 1.00 MB 2,853 108
446,231 446,231 00000000000000000123f83081c5afa2de1de8f4d7ce27d646a26ce50c2f9da5 1.00 MB 2,225 96
446,230 446,230 0000000000000000007233848f662938a2b51dcf1ea79c61f81d415f252022db 1.00 MB 1,697 62
446,229 446,229 000000000000000002431a096add1717bd4ff134392374ca618e1af3af2c31bf 1.00 MB 2,192 91
446,228 446,228 0000000000000000031859745bb172a065a83c0cea49845dadecce948655622a 1.00 MB 2,203 78
446,227 446,227 00000000000000000078c856397bec80c1f111615bd959e9f18ca78462473676 1.00 MB 2,492 78
446,226 446,226 000000000000000000b8ffaba5ad953d789e393b34d73470c79a1d03e5acfe71 1.00 MB 2,103 69
446,225 446,225 0000000000000000036f3dc12f34f6dc2c24277f05c70dc7756dd87a1930898e 1.00 MB 2,391 86
446,224 446,224 0000000000000000001733e21ce60a6aa0ec103e2d259659a70cca489fead9e9 1.00 MB 2,311 106
446,223 446,223 0000000000000000035c0e3e0a469023f3d29ca45e1cb606d8aeb48da1a774b9 1.00 MB 2,472 77
446,222 446,222 000000000000000001b01ae2c993f7211b49fe41a961464780160d45a42b2185 1.00 MB 2,171 102
446,221 446,221 00000000000000000352c88756b0c7eb7cf4af2e41d2bc833b37a2361fd39444 1.00 MB 2,286 102
446,220 446,220 000000000000000001e0c8db2012400c4db2c06a394b18080acc4b5f11f26b49 1.00 MB 2,152 84
446,219 446,219 0000000000000000011824f59031ea2c5531fad2d6cfd3368d2209a46e174e6b 1.00 MB 1,783 70
446,218 446,218 000000000000000003257a67ef05f100b6f39a2a62bf151f0b7095f4b08445bc 1.00 MB 2,284 111
446,217 446,217 000000000000000001edef4cc9a7bef85ca408f3c58345cfe49c3654aa62f76c 1.00 MB 1,288 73
446,216 446,216 0000000000000000016c281984f7487e73108c52018cdfaa8af888072ff2046f 1.00 MB 1,847 78
446,215 446,215 000000000000000001d0ef5c7af1d50a6797d2a8789a853a270008b0fd217bd7 1.00 MB 2,402 104
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, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.