Memory Pool Memory Pool Refreshing

3,124 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,787 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (121,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
786,333 786,333 00000000000000000005a16d1e8008e3ac6181154aca19fceb8af8c1b75d7047 2.05 MB 1,078 8
786,332 786,332 00000000000000000001ddf585fbbabb49b4646ec2e0eb8ea5629792c5107bfc 1.54 MB 2,539 18
786,331 786,331 00000000000000000001e3fbd1297cd77fdb1384cc960e859bbfc49e7f0a459e 1.47 MB 2,521 28
786,330 786,330 000000000000000000001018f928dc2ab9653692d815ed46e593b10c249026f9 1.97 MB 1,162 10
786,329 786,329 00000000000000000001241066f08f95165581bcfc9bf322cb8fe2bfb6b2f06c 1.74 MB 1,800 11
786,328 786,328 0000000000000000000266435d01b562713c63d22844afbc2ddabfeaabab0ed0 1.96 MB 1,319 4
786,327 786,327 000000000000000000057a3bc5f17bad4f4c77f2dfae55299a922ccce6be8a01 2.43 MB 1,241 7
786,326 786,326 00000000000000000002c779636ec64b27902b345ff6d4627a9ad8f848614995 1.47 MB 1,391 20
786,325 786,325 00000000000000000000676bde731f40eb605903fef656e0139df4060b72df5e 2.99 MB 3,414 3
786,324 786,324 00000000000000000000f4697eb83064639dafd9aad9422273d222c7032675e3 2.27 MB 2,999 13
786,323 786,323 0000000000000000000406cddfbeca04f0050febe15ed5754d96cffbf224ca26 2.07 MB 3,258 15
786,322 786,322 00000000000000000002a37e7e83ab4b98cca838edb46843cfc5456718f77d9f 1.54 MB 1,350 7
786,321 786,321 0000000000000000000416386834f02956881ec3544df9e8f8db98974d2ffdd2 1.86 MB 2,279 10
786,320 786,320 00000000000000000000107910b0674ab70175f9c5bcd1c58be3d564a50f2a3a 1.72 MB 1,400 9
786,319 786,319 000000000000000000004a288943d5094ff1d3db39028e0db0c65a415223867c 1.83 MB 2,312 7
786,318 786,318 00000000000000000002b63fcaaf975a93f57b63dfee24714cba1bbcdea9e613 1.95 MB 2,701 16
786,317 786,317 0000000000000000000467a1fa54b1e6c6ae7c6ec8a8c5bb39321796844769e5 1.57 MB 2,482 20
786,316 786,316 000000000000000000013bd5b646486bc6f28ad06b8bfa8adc9c461ad69dc4a9 1.35 MB 1,955 23
786,315 786,315 000000000000000000035a94cfe245bb62a8bc59d3b5b3e78b28088876ff4988 1.28 MB 1,863 31
786,314 786,314 0000000000000000000289cf4be529b117aa29b964357b81972e1f28b5f93669 1.51 MB 2,697 17
786,313 786,313 000000000000000000012e4ca56d62a9e5666e3515bcc67bd2f7cf04fd028b6a 1.49 MB 3,121 22
Previous 10 blocks ↓
Total Size: 769.27 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.38 GB sent, 94.28 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.