Memory Pool Memory Pool Refreshing

3,707 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (762,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,856 144,856 000000000000069eded537ba1fe7cd8ec58afc3f98eeafad3b13f036caf76002 0.00 MB 1 0
144,855 144,855 0000000000000251168fcf0b00c1e7660e1a3bd0244219f5a2d8f173c9b9b6c7 0.01 MB 39 25
144,854 144,854 0000000000000638c97badf4abd5e3e2507d2816f090da13272126336511197e 0.01 MB 16 353
144,853 144,853 00000000000007f4a4afe5f27726f7e7c403748ab02006f51b447eadf67bc4fe 0.03 MB 81 44
144,852 144,852 000000000000095e258a60180a2af0c5da1b8ae55db224b5c311c258912987bf 0.00 MB 11 191
144,851 144,851 00000000000002c0ef17b605ed6072dfc92ea4cd5f6c4c9339db544cf2363850 0.01 MB 28 343
144,850 144,850 00000000000000f84bc3d85011373c06652d3a7d89f37298afc211e9a690c1d5 0.01 MB 25 199
144,849 144,849 00000000000002a62448719726a5947ab2d774c6ac1fc81aad9cd03181240e12 0.02 MB 70 210
144,848 144,848 0000000000000316cfe45bc12b1a7c84f47d07eeb7cd8bec2eac8d858ccffca5 0.01 MB 20 48
144,847 144,847 000000000000010576d9015762cbd851a6ffedce24a8d7b84da3325ef7886467 0.02 MB 55 57
144,846 144,846 000000000000070854a026dafa3bc0200908ec88da774bc13e06129cfb7afece 0.01 MB 20 10
144,845 144,845 00000000000003101b86fd10827a2287056fae3014e5b5fb061a9a245b684cf9 0.01 MB 22 500
144,844 144,844 00000000000005869dea4a2eccc40bf1472a03f5143906a9531279cdc374c360 0.01 MB 31 126
144,843 144,843 0000000000000208bb30ba28dad9b563c15faf384ffa6fee09bb1cacca01d916 0.05 MB 49 80
144,842 144,842 00000000000000db72451d6a3e08f2b8dc6cf6376354f49494317a049667c515 0.00 MB 2 193
144,841 144,841 00000000000003c86e73f90965938be21a67707ae528a31cadb6023264b66785 0.00 MB 4 52
144,840 144,840 0000000000000458053a90beb176d58116a90c5242ed8d9504fa42ab2171cfb0 0.01 MB 28 87
144,839 144,839 000000000000029ad8d9df78c60855f3156fa22afb778980f97ab9c1e9031a45 0.00 MB 5 164
144,838 144,838 00000000000000eb8e05e9ca542859f010eeb075b546104f9e645586d2d8457f 0.00 MB 2 0
144,837 144,837 0000000000000040aed138bea137e2b5cdd67f978d480fb72f374a8d17c9733c 0.01 MB 13 171
144,836 144,836 000000000000042c9a286ff005e73ab8791e504ef284fd67e7af9cee8ca13eba 0.01 MB 26 0
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.57 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.