Memory Pool Memory Pool Refreshing

2,981 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (703,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,777 204,777 000000000000014651cef316d9fdb8390b41377639bced459c218b5752af42c0 0.05 MB 88 115
204,776 204,776 000000000000002148689554ab5c81b0833997c5e8898357d0c127370d030a7b 0.08 MB 140 117
204,775 204,775 00000000000004b6e3d939b8d992f9ed59db1fa111ca82be52900678734d7220 0.25 MB 340 58
204,774 204,774 000000000000009560c2fdc141b215972d6290398d36f11e2dac90f6e5704364 0.25 MB 610 158
204,773 204,773 00000000000002aefeebbddeeecf639e16147e540a7571eee8dc3c3c9fdf9556 0.14 MB 230 468
204,772 204,772 00000000000001612966071e4f978642124ca9d3cd282a0cebdf4fe9d4744814 0.04 MB 109 130
204,771 204,771 00000000000004b528aac0ae231f8e0aa49e1b67df9f05b0f3c8ca30fcc7d566 0.04 MB 78 132
204,770 204,770 00000000000000f17645260322350fa89c2a2c5af55814ec4c14d662eb5d37ef 0.05 MB 96 153
204,769 204,769 00000000000003c897d3d9e58931e96b92994b3c97b127f956e4732a29767aa5 0.01 MB 44 323
204,768 204,768 00000000000003a5904f4d0e03e59b7ebc8ae3bce2b1c3109ce1e23403ec3cb9 0.10 MB 222 295
204,767 204,767 000000000000021311783e24af24f9b7aca354fc5d00a7305a6c8ec49336f8be 0.01 MB 31 129
204,766 204,766 00000000000000eb9a9d80ee550ff15f126224734f3ed3b303821450c48fe9fe 0.04 MB 90 127
204,765 204,765 00000000000001f02ba8eb19b9f88655bb89e36d65f0ae397cf170773afd2c71 0.18 MB 446 148
204,764 204,764 00000000000004bef7718f9c846b25911ab671ff33160f879336cdd2a276495d 0.08 MB 125 144
204,763 204,763 0000000000000193e272d76f88e29e861976ab6d413eb44d4814a4d309d82bf3 0.00 MB 11 45
204,762 204,762 0000000000000208c4b6f3443b854c42d729e40fdb79d0d046a967fc8aa189b2 0.03 MB 91 142
204,761 204,761 00000000000001279589a639ff4f81a187b9c285c7a80ceebf2556fd2f660ba1 0.21 MB 395 54
204,760 204,760 0000000000000548be919d7feb152cfcd1f39e2e95582c63594d08fed43628f9 0.19 MB 402 165
204,759 204,759 00000000000000fb0e1744fb9dae8ed568849f9338d22b986098eadf50a77b19 0.16 MB 371 153
204,758 204,758 00000000000003fc3dd85c7f18fec9ffd717bcfbd97b986c3c47bb720fd288d2 0.02 MB 54 257
204,757 204,757 00000000000004ef7aa6321abd05e3f8613fe39f1b0b6883af4ddb2beae6c2c7 0.06 MB 82 83
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.