Memory Pool Memory Pool Refreshing

14,186 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,197 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (680,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,048 227,048 000000000000015f5319495f81a6ca0c2e5afcc58b025e9554b7ce70a71e652d 0.05 MB 83 21
227,047 227,047 000000000000000ff914ba8c2acab647bc246b57d48c2b3de76e4775852400f2 0.04 MB 117 73
227,046 227,046 00000000000000f64e0d184098b0a3d33cd4f473a5587d3ef7f9f7649dbb4dab 0.43 MB 608 145
227,045 227,045 00000000000001fb4bb3d0c5e20978e354ed69491951f637399a892b183c0b03 0.24 MB 475 187
227,044 227,044 000000000000016473de767ca50b8551f560c7f1883933b7918ce1593d38858a 0.03 MB 108 295
227,043 227,043 0000000000000240d65c7e3ca4a206f9e38f70b21cd27396034496193fb9ea52 0.49 MB 256 70
227,042 227,042 00000000000000accb7f29b2dd57a132f024d2528438fb6949412f2421a7a91c 0.25 MB 606 246
227,041 227,041 00000000000000a2e675c736771442ddc80eec1121ff243e6d0e4e78f7b1c6e7 0.03 MB 83 32
227,040 227,040 000000000000030fc0e16dbced8e65c19a7e667fa8b68e24852a0cebabb366c6 0.21 MB 473 186
227,039 227,039 0000000000000280ab9a8b6c7d0f76313cc8fdb51223a9783df6926a620399f0 0.15 MB 187 108
227,038 227,038 000000000000003b91466bfbb7c128a12eca971748cfc63c207177b6307fb44b 0.14 MB 331 157
227,037 227,037 00000000000000469a875517539327a19afa0635baa10b5847117d9516cdc03c 0.00 MB 1 0
227,036 227,036 00000000000000e55b87f14139bcb4de46be1f57f5fb7f9437746157bc887f82 0.18 MB 423 166
227,035 227,035 00000000000002b08229fb173bf2b6b3a1b98b38e5feb2b0d92ed9674a5e3ab8 0.15 MB 360 172
227,034 227,034 0000000000000361ac99dad1418f789809f9300b4e72b9ea1871943c2d363b23 0.16 MB 421 195
227,033 227,033 000000000000030ca9ae6a3ece82a3900707267024bf3d98b055ffd1896074f9 0.03 MB 75 63
227,032 227,032 00000000000001e76ee6a4f6603883d823b7bb67f30d5a1c853663608b39f83b 0.13 MB 300 158
227,031 227,031 000000000000033053843a5bbeef138edf70add40ad625051b18d9c7b0273443 0.25 MB 512 126
227,030 227,030 00000000000002abddb61a78b487e22f22792543cfe0a3ee28b318e0138a0e38 0.25 MB 870 299
227,029 227,029 00000000000001ebe05d3d6db9b25d1cf04fa7c51599aabeb123a083fad8277c 0.19 MB 385 188
227,028 227,028 00000000000001ea81d00c6d80f44ad2fac93564a4fabe6cab880e05e1554343 0.01 MB 26 14
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.