Memory Pool Memory Pool Refreshing

5,741 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,611 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (461,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,242 446,242 00000000000000000352383aaca3883303f9de3c4636e8144a11675d970869b2 1.00 MB 1,721 63
446,241 446,241 000000000000000002f213013d8e6e064c16feb1c4f5669b23a807599fe646fb 1.00 MB 657 65
446,240 446,240 000000000000000001067e8cbeab70657276506816b095ceed05202f574e198c 1.00 MB 773 63
446,239 446,239 0000000000000000010200b16fb51cae25d8bdbb05d6c3cf06e971384e71c21c 1.00 MB 2,188 86
446,238 446,238 0000000000000000019e8d085f7ce5bc888179852459cb7acb2003996a600b07 1.00 MB 2,307 69
446,237 446,237 00000000000000000190225e7dfa0b64df624bcd34b1fa082f04d1c61fdf9e4a 1.00 MB 1,880 71
446,236 446,236 000000000000000002d5c05409bca8f37237b191ac1ba6a48e132e1b9e127d57 1.00 MB 2,228 71
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
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.