Memory Pool Memory Pool Refreshing

1,664 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,650 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (720,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,645 187,645 000000000000067ce646509f7d0b708f1b106549c28aa6c329bdcd7972063f8b 0.12 MB 256 138
187,644 187,644 000000000000004e262f85e21c264f2645881f204da6fc5b9837a2d21c0aa9ce 0.05 MB 148 71
187,643 187,643 00000000000000301f387a7a4ac07aa819cd9db65665718ec81cd78dba244f93 0.13 MB 256 117
187,642 187,642 000000000000083a54306ccc8f15f6bc9edf6c31cc79c3ca0f8799c65de6dc13 0.05 MB 110 88
187,641 187,641 0000000000000586b6d8c58a6609e0f9d4d94e95fa641a2c0cd708cff4d31e20 0.01 MB 44 25
187,640 187,640 000000000000061620b0b8f1ff877f196e3d0a89145162d2a357b28d4464e40e 0.09 MB 169 289
187,639 187,639 00000000000008f84ceb274a2ded2e788e113c8f47383c8d36ae894d0aaf73a7 0.16 MB 359 135
187,638 187,638 0000000000000600e86e6a01d036282b0b09798afe5e59a78d111d14760a6013 0.25 MB 380 104
187,637 187,637 00000000000004bc083018fba96188a293cddebd6d8d2b3067a5dd22ca4fed54 0.12 MB 247 117
187,636 187,636 000000000000089f468b640860862945a0ee994821c143aa5f5949b556d56411 0.03 MB 57 81
187,635 187,635 000000000000018275f4edd6ae7cb74b3f61711e11772e551dcb3a7595fb93d0 0.04 MB 133 87
187,634 187,634 00000000000005f08f63fa9cda33a7fa9a8a059c96b772d21caa3c3cdacae161 0.18 MB 481 254
187,633 187,633 000000000000028ab986076e47a79cf2da87bcd9855ba30ebaad62c7f0154ca4 0.12 MB 266 117
187,632 187,632 0000000000000581bdfae99887bc02d0372b3f556d0a2a47af5f4069e0a0095d 0.20 MB 454 142
187,631 187,631 0000000000000582ca20bb903edc1491372e7d5884be0c56d0c3cb1464a2c1df 0.04 MB 128 437
187,630 187,630 000000000000009dd06895d5cef06a37866d64102c55c6fb5740ca4b77d5d426 0.03 MB 88 75
187,629 187,629 000000000000010b913bd4bbb7c0fca3430c201e26c33247945e2c66928bdac1 0.06 MB 130 119
187,628 187,628 0000000000000437e92c9a2a851175358bdcb1248b4decb88da51cd78c6b643b 0.02 MB 16 64
187,627 187,627 00000000000000cf4275c7964e6db4c61239421d361fcc34e07ad5e3bd7aed4d 0.10 MB 288 136
187,626 187,626 000000000000070775fece578ee12e9ec8dbd996cfe10b32a655381c667d2870 0.02 MB 59 58
187,625 187,625 000000000000029fbfa2951f0c1be4afa2432f9dc3b2c891ef84eaac3d136647 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.30 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.