Memory Pool Memory Pool Refreshing

9,045 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (646,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,096 261,096 000000000000000e4cc6971dca02055a8e56b01b34ed9da8c58ea60cff2a1d79 0.01 MB 25 46
261,095 261,095 0000000000000012711293c26e64bcde34962129f024a15d4c8dfd2f5df9f90a 0.20 MB 594 141
261,094 261,094 000000000000001192fe2f4e7c58a87d196a176ac7c9b03a86cdad6219e74970 0.15 MB 387 122
261,093 261,093 000000000000001c05944a429ed7c68dd4cc32bb36fb2d50d0bf6331feac0bad 0.04 MB 111 97
261,092 261,092 000000000000000d96530e9f3fc78ff07000362085e4ed5024f9bfddfbe5ad42 0.01 MB 31 81
261,091 261,091 000000000000001682759ba70cceaa88d2837b7eb00cfd86d509f758b3148f1a 0.19 MB 456 112
261,090 261,090 00000000000000036ded4447a3a96ac53360fd5be8d7732229e1f8269c0b93ba 0.05 MB 112 12,569
261,089 261,089 00000000000000090e85bb7c11b476304b7f50c128809ee4b8ae6bfa0a0bf6ef 0.00 MB 1 0
261,088 261,088 0000000000000013626a4373f9f8a5889afb5c0a0d81391e6290f2e8c8290a11 0.14 MB 392 127
261,087 261,087 0000000000000003bde13cf6d0de71f6f843a7a8893d874f57e2e241c3f186fb 0.13 MB 222 67
261,086 261,086 0000000000000000c2b45e52b2f42abd2ad1c5d56a06ed58f4fa561dd49afcb4 0.08 MB 126 24
261,085 261,085 0000000000000018f020f557104955b35b03cfc5afea5d52873d584f96983c64 0.25 MB 622 119
261,084 261,084 0000000000000001b953e8dc5e0dfb6e70631be9caae2d74801f02e3da85646c 0.08 MB 256 157
261,083 261,083 000000000000001a7e23e973a6fbb65db8733814a78fe6dffa1cd30992aea179 0.15 MB 415 103
261,082 261,082 0000000000000009cb95baa0bd45741772d6630f79251b604eb19cfc83abe4c7 0.16 MB 419 118
261,081 261,081 00000000000000127ccc7b548a609d8475b116a90a1d8eef9786c0e0a055b529 0.04 MB 84 72
261,080 261,080 0000000000000003864123bab8aa4d17b9cc3c7427d079ba6ddec6fd91761259 0.11 MB 291 118
261,079 261,079 00000000000000149f95abc8b156bb0b995bee48a82019fcb90b7772ba1f5ec1 0.11 MB 141 47
261,078 261,078 000000000000000287790b73829e5580b8f5d583b6ad9d3e3c32e411795e81c7 0.15 MB 78 19
261,077 261,077 00000000000000029724508dbd459d22c55097c169f61cb3499a5729745dab9e 0.14 MB 295 91
261,076 261,076 000000000000000f78a80a3e91bd5e5f55c367cc316e428084a414ee6f76ba0c 0.10 MB 206 98
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.