Memory Pool Memory Pool Refreshing

3,864 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (616,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
291,025 291,025 00000000000000008224744be6e3e0f5748e37357fbfd34914437862ddf6b26e 0.16 MB 365 35
291,024 291,024 0000000000000000191401c717cf5f9f9fbdd4987df6151742190e9bb7276dfb 0.34 MB 438 20
291,023 291,023 00000000000000005fae1aee762e3a8507b6b2d2ed9ddde1244b90987e013343 0.25 MB 758 58
291,022 291,022 0000000000000000a48f0e25d8305c39594aa576f6b8f5d471998270c6dfd0ba 0.50 MB 1,215 43
291,021 291,021 0000000000000000d866bc09a25ee6901534ccd83387f2ac898a40d0fa6e87e5 0.01 MB 38 35
291,020 291,020 00000000000000001682297838f68f9cc598da256e7e41b3833d128948a08d5f 0.13 MB 268 34
Previous 10 blocks ↓
Total Size: 769.05 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,627.48 GB sent, 93.13 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.