Memory Pool Memory Pool Refreshing

14,284 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,168 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (724,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,792 182,792 0000000000000603af23f8a8f08004fa9edde843420712d6480dbfe6f4e4b8bd 0.00 MB 4 0
182,791 182,791 0000000000000825b4d7a230fedc9f71203b10c45bca636f0c18367b6935d9cb 0.01 MB 34 321
182,790 182,790 000000000000022b4242f6d371b1213a31ced21830cdab0f22946ab01d3b0eef 0.09 MB 228 135
182,789 182,789 000000000000026eb9bf40936f0f4a86c91bd7b73702ae853ccb80fd87f015cb 0.00 MB 13 0
182,788 182,788 000000000000040c85057e6d1b956e9081dd49b93fd627c31414f1edcf68bead 0.06 MB 133 103
182,787 182,787 00000000000009582133e2af50afced444bf5980f16204cc2a8e42a8ebd8033b 0.02 MB 38 151
182,786 182,786 00000000000003551dd98a707b9279dff1b575d12ac44d1e4d4b1501c8fe0d70 0.02 MB 21 37
182,785 182,785 00000000000006ebcfd0f5def80d5072cb7d086f0bfaacf32e2c6d26d1e93581 0.14 MB 358 140
182,784 182,784 00000000000003800bb635248b0dd4d63796c1595a410e31366e45a8b97c55e6 0.16 MB 378 119
182,783 182,783 000000000000018e037a86864a9134c5b2f671772d18f2b11a5632a79bd254e7 0.00 MB 11 16
182,782 182,782 000000000000074cb90d06ffda876bd1724f5ee9f2473146f615f8c312c4cafe 0.01 MB 27 227
182,781 182,781 000000000000015adb2869a0193079f1b12135da72af21123b1d2081b3aada15 0.00 MB 14 12
182,780 182,780 000000000000039bdf1adf53ff28fddba970b0fa2aeec28a6d43827694a166c9 0.07 MB 128 83
182,779 182,779 00000000000002798c6175bb185a6d906ff5b03031a9ee0e528763571f1537d3 0.03 MB 81 284
182,778 182,778 00000000000003f8f8fc6357de8ec10cf260e0b741cad2bf14b998fcf675afaa 0.00 MB 11 15
182,777 182,777 000000000000081d0365d1706ba2150f6cb6175d72892c81da0abae9ad43d5c5 0.03 MB 68 121
182,776 182,776 000000000000072387c0dda8ce9ffa7717835c812adcb5fead22367c8dd9cdf4 0.01 MB 25 21
182,775 182,775 00000000000005c1f39cfa1b29424a4352a2541d16668a07f3dca40c0843dc84 0.09 MB 253 124
182,774 182,774 000000000000061d0bb660a8999431291eb8f86705d29b189958c10b08437e18 0.25 MB 524 165
182,773 182,773 00000000000004797dd04ecd0a63222eca98c4df5ab57addadd5ed0886acd86f 0.02 MB 35 81
182,772 182,772 0000000000000294e6e5008ababebd6d457a53e87564764cc3605b0a823d4c44 0.03 MB 63 107
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.