Memory Pool Memory Pool Refreshing

13,467 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
904,184 0000000000000000000268160000000000000000000000000000000000000000 1.00 vMB 4,692 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,183 (636,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,055 268,055 0000000000000006f694a776a98ff254ac3f4c620e2f96d06fdfa36e0921ab66 0.03 MB 54 6
268,054 268,054 0000000000000007d30bdce39a64a1c70ad886c816cea2bb93525aef722bfe48 0.15 MB 223 100
268,053 268,053 000000000000000739be715946439d904e87785458f31f5d7eea4e2e982c5a6d 0.15 MB 233 39
268,052 268,052 00000000000000027dc8b794d52610dbcb8fc068c8a922665448bf1232ff7964 0.25 MB 282 74
268,051 268,051 0000000000000009d5f743924b2d306d06448afd0f19e2ee329594ce11a1e115 0.41 MB 781 56
268,050 268,050 0000000000000000e48c2a218331e00f2a6c32ea0cd1ab0314895cd947494ee5 0.15 MB 317 72
268,049 268,049 0000000000000008e1b9c3c01fa4f9512f5c0bd403295482470c12c630c3a2a8 0.04 MB 93 55
268,048 268,048 00000000000000024831f79d39db95b5a0756c5573d6e17f84865db8ca29face 0.14 MB 356 71
268,047 268,047 0000000000000003902783eeb70985a173338c8f6a6f549274cc3a0bfa87dcad 0.16 MB 383 70
268,046 268,046 000000000000000853c1e932fda7b23b808f2e23ded6091f1e736879b8cd5278 0.05 MB 132 77
268,045 268,045 0000000000000009aa19bc95cea3f2bc63ffd9b479eecfb51373eae5e1e9bfa6 0.11 MB 248 53
268,044 268,044 0000000000000004b2c2e165b72f55b48bd2b33c576992331dd259157b3aa650 0.05 MB 92 45
268,043 268,043 000000000000000a02bad34b68cab00c114f7f92bc1ff05d9885f580b8e85ec9 0.11 MB 247 71
268,042 268,042 00000000000000016f16fc46cfe3e6670c06008ca9f882d53576480615d3275a 0.07 MB 134 64
268,041 268,041 00000000000000071b9c71702d40888d8b5dfffc382af2462e88a6ef2888f897 0.16 MB 378 70
268,040 268,040 0000000000000003ebafa42b7ae3099743b9c2512a21e7fd3e12a7f9d0926813 0.07 MB 82 14,140
268,039 268,039 0000000000000009401b885c1e355fc597d5442af56f47ef86d6d8a6e4d8c22f 0.10 MB 171 65
268,038 268,038 0000000000000006e2570f752c585bb460badb4768712bada1c18915b33848fd 0.13 MB 211 74
268,037 268,037 00000000000000036851beccaf5bf8619e5f250d94bb7e34afc22e9c2e529fda 0.19 MB 356 89
268,036 268,036 0000000000000007472bdd31605d2765e8c00cac5b1b1875033bb11ffdd21ac6 0.22 MB 225 65
268,035 268,035 000000000000000746b93bc41c7eb9b69124f242288d3ef62d26e6ce1c7407dd 0.19 MB 367 78
Previous 10 blocks ↓
Total Size: 762.84 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: 972.31 GB sent, 60.00 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.