Memory Pool Memory Pool Refreshing

11,343 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
903,261 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 3,822 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,260 (612,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,046 291,046 0000000000000000966550ab0130ecc341f5754c7060a2e788485cc618b1f7f2 0.35 MB 384 20
291,045 291,045 00000000000000009e90cf5a916bf9e2b1ac1c09dc2e9a8aed8cf8dddd773f05 0.25 MB 740 53
291,044 291,044 0000000000000000ff848b161755b30028b7801665b0930097274248d5e35839 0.25 MB 604 33
291,043 291,043 00000000000000004b98dabc1383e11b7ea3db5fe5ce2045dfeec50ff9e0be51 0.15 MB 512 81
291,042 291,042 0000000000000000c296b71b6a714597bd2a6b66a7ca92a1883a97d58ad299cd 0.18 MB 512 56
291,041 291,041 0000000000000000e87adb97748949decd7174badfc69e91e2a2fd14de5c00cd 0.08 MB 128 21
291,040 291,040 00000000000000000c7ddd8d788def01a6748f9243381c72bf446775c75b0e7e 0.35 MB 696 24
291,039 291,039 0000000000000000ed24953e5af4d6a7ea95f7a790137be1bdf871e64efe7a1c 0.90 MB 969 44
291,038 291,038 0000000000000000cf53e3e7bdd13ab57eaf240eacd62c5024081fd4b4bc6298 0.33 MB 256 69
291,037 291,037 0000000000000000dc4573fc8f7381f9c437fa037445561f1dd937a8169a0f0f 0.06 MB 59 9
291,036 291,036 00000000000000000e589007725db12e8c9970b58b39334d0ee661f96318633a 0.33 MB 372 48
291,035 291,035 00000000000000003570a7c4b64ef627b0205b838c3d3b6704db9acaec473ebd 0.16 MB 256 72
291,034 291,034 0000000000000000689235891be004ab2dab2f7be048edbe76d32c02422b02ad 0.42 MB 648 46
291,033 291,033 00000000000000005b0c0c2197256fa7de79ff5946cfdefb38ff3c421655323f 0.05 MB 128 83
291,032 291,032 0000000000000000421204b3ad001b720f9ca4ed102553460058d4c3cd730e38 0.07 MB 136 23
291,031 291,031 000000000000000042e1c565a27425a23694d2320e0fe1fb5287cbecb8452387 0.16 MB 297 34
291,030 291,030 00000000000000008b532bea43d2cfbc887ee8b00196731057ba84b377550b6f 0.15 MB 392 33
291,029 291,029 000000000000000035889b6c9350909c4844835bc145a7e3a3e233166575c15b 0.01 MB 16 66
291,028 291,028 0000000000000000a29b7f0fd2336cf66dad0fc33f0496abce1f21f13caf76cc 0.04 MB 128 40
291,027 291,027 0000000000000000fc41b023e248c8cf772e30af0b1508f08f2661526fba7b83 0.28 MB 690 41
291,026 291,026 000000000000000041ad19c79de8aeb9f011eac340c21ec401b3ca25e4df62a5 0.03 MB 56 9
Previous 10 blocks ↓
Total Size: 761.38 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: 930.81 GB sent, 53.02 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.