Memory Pool Memory Pool Refreshing

6,144 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (612,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,303 295,303 00000000000000001f8e4ca5348832c3250801e46d2ad72c072efddfcf8836c5 0.34 MB 256 19
295,302 295,302 0000000000000000292d8549dab59734b028eb82482494b28c6bba1f54f68e35 0.35 MB 584 31
295,301 295,301 0000000000000000774ce19b8daa949bdfeb80cd53c66ced9d5e03271bdb2eff 0.16 MB 329 33
295,300 295,300 0000000000000000a204daffb6763902a65d56e2fab0bfab3bab4448a71e0001 0.28 MB 593 37
295,299 295,299 000000000000000028c5346bc782f8e676a8669d25087c23c070f0a970571881 0.21 MB 424 28
295,298 295,298 0000000000000000483392f83d8c16be160fe72e761612c7e3153a744f3dfe3a 0.21 MB 512 50
295,297 295,297 0000000000000000a98127ca14a1e9bda07d58fb4093d16436a50fda5d8127b3 0.35 MB 594 25
295,296 295,296 000000000000000018bf622358138392e15833dc0b6b6d785226002dcfeaa8de 0.35 MB 911 42
295,295 295,295 000000000000000023e4b714ec519f2739f32f8645662f7329d91b977f30d6d4 0.35 MB 1,042 61
295,294 295,294 00000000000000005b16cce4313866e1f12d78064430ebf55ed4f67493a92bba 0.09 MB 159 34
295,293 295,293 0000000000000000a96eb298b7bfc2a78921fba1aa368a8c5be5cda361b46ac3 0.03 MB 64 24
295,292 295,292 00000000000000004db96709da744cd1102d6eaf803ff445c4cb7e43af73d89f 0.37 MB 512 21
295,291 295,291 00000000000000007926c31623d5843c5fae39b78cc171077fdde726b701829c 0.21 MB 512 44
295,290 295,290 00000000000000002eb685a928350b4ad2a779bac1b27f648fb3880a80b91d13 0.25 MB 489 54
295,289 295,289 00000000000000000a054f9343ec8b9c447a354e9c955488395504823212846c 0.12 MB 202 26
295,288 295,288 000000000000000014df2d3d47c80ed3e5d20375aa59830e47a8c8418bccc1df 0.05 MB 16 3
295,287 295,287 00000000000000004f194b69ce7dbbfe22deb75018983a833785d67e6cfea7d2 0.11 MB 122 14
295,286 295,286 000000000000000008908a400a18a2d715551bdb057057d3bb7cd4b94456c6bc 0.14 MB 145 25
295,285 295,285 00000000000000000ee4d0d171365953ed3affba4bf8f35c3b2fcc05591c8e23 0.35 MB 559 34
295,284 295,284 000000000000000022df130dadbf085f02c5032e48857f21b9fb085f3e593422 0.50 MB 961 39
295,283 295,283 000000000000000002f3784f4b1563a86cf84ac60bcce67b1ac96d56b93bf98f 0.08 MB 67 21
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.