Memory Pool Memory Pool Refreshing

7,108 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (696,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,976 210,976 00000000000004006aa5eaf20f8966be87bb3154899b43d83daa1bcb73666be7 0.00 MB 10 1,095
210,975 210,975 00000000000003bb41358b18f428444a63e426dab7210cd0d7ee43783424c9d2 0.12 MB 256 156
210,974 210,974 00000000000001da5e00337141f52ef57a4d6afc1d226fb20e0d74ecd61c91f6 0.08 MB 256 276
210,973 210,973 00000000000000b9e9fe6733c17af53acaa978646d9a72458cbfcfde173a9d14 0.00 MB 9 444
210,972 210,972 000000000000005194e72a95c8d3d9a0a6c9b7f267f831d5c811257fc18c2acb 0.05 MB 169 85
210,971 210,971 000000000000029ea59b7715c5c1778289a609a2f378b3ea73d3890b9bea90c0 0.05 MB 130 110
210,970 210,970 00000000000004e00d489819694d08ad2a4d3345a5cf085b93fc9529660a9e66 0.07 MB 151 129
210,969 210,969 0000000000000459cd80d6e3c55ca8efb95925402741c3edaf39d4811bd801a0 0.22 MB 490 162
210,968 210,968 000000000000006fdfa7ea5b21c976e1cf3f93f0f5b0e6f0ac3a0f7b3935e95a 0.00 MB 9 151
210,967 210,967 000000000000026f611f789307b39704e1df086c1878096dc7733799005146b6 0.18 MB 448 168
210,966 210,966 00000000000002420b6163e596f70c8cab55628e5eeaf47463d1d999c9f17440 0.25 MB 654 275
210,965 210,965 00000000000000f00478b996d1658366d851f7316a18b1f19d28b981259f96f7 0.00 MB 9 122
210,964 210,964 000000000000023b3bc9f555a761bd400dcf41bce3116eaf488ae6904be0ce2c 0.38 MB 805 179
210,963 210,963 00000000000001346334df89c6fee2959c553de23a9548a8186f32c8bba09aa1 0.05 MB 87 98
210,962 210,962 00000000000003d4582e693a2accc2f1ab42b735ab7d0dc74f0ed28d8eb85afa 0.05 MB 142 251
210,961 210,961 000000000000035af8750e80840b2ebd4872a1f9f4b9c4c05254c5df562382a8 0.25 MB 321 126
210,960 210,960 00000000000003166b854b6e72d623ce2768319c6a9c8ee516f2ff9b8ebe05f4 0.04 MB 86 136
210,959 210,959 00000000000003d5548181b6770a67bb434a877bf70acd2e0559f69f10865a11 0.07 MB 136 111
210,958 210,958 0000000000000322cb8d1aa4c63ff9a345d6f844cf3df6d0bfcea702afe9ff54 0.10 MB 208 181
210,957 210,957 000000000000024ccec7943fe71e3628dc711a10f7f8e3cc438deada9f09e3d7 0.24 MB 546 163
210,956 210,956 000000000000024876bb7d1540f50a7933a99d6742bab5486ce17f2e6781c892 0.29 MB 710 317
Previous 10 blocks ↓
Total Size: 769.03 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,625.76 GB sent, 93.04 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.