Memory Pool Memory Pool Refreshing

2,396 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,070 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (746,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,426 161,426 00000000000004d003ebd8b682da842541d841fc6c2a320528fd4a18f098af08 0.01 MB 16 940
161,425 161,425 0000000000000849dad3eb29ad6602902c7ce0ed4296137941a9925d9513df88 0.01 MB 51 69
161,424 161,424 000000000000020eefddc389784daf4c82f54a24dfa7c0e3e385518b7d2aafef 0.00 MB 11 43
161,423 161,423 0000000000000167c77074faf79e04358d415cb59563e3dc4c85f638dd78e0bc 0.03 MB 52 43
161,422 161,422 00000000000000acb74cd733fd21ab84c9d5a1a82b4bff846f32ac694af508b7 0.00 MB 9 385
161,421 161,421 000000000000011f53f0f13860a7307eff7e38e2d20b92e86ab3c97e8ed46f88 0.00 MB 4 64
161,420 161,420 0000000000000d5d95f9e2e8da922a28b8af74b4446e6c88a9024554f7ecb458 0.00 MB 9 1,010
161,419 161,419 00000000000005a5edb065c31cc76ac16967ba9f2f2bd6071c07464cb93a1dc3 0.03 MB 72 129
161,418 161,418 00000000000002a646e2eef1b44a44d67761fe559012961d57df88799cc10ac5 0.00 MB 1 0
161,417 161,417 000000000000021b49f52f8435eb1ce62d43c80dd613a66d6e4b286de9d905cc 0.01 MB 4 924
161,416 161,416 00000000000004b88d7cf179580cdcf2db7e907cc8081f071ba31d91b16773cd 0.02 MB 59 27
161,415 161,415 0000000000000513c56d6a1b229341c74b436d8f8b9ff95d91760805c64192ab 0.01 MB 24 373
161,414 161,414 00000000000003aeecb29685532b0e707bb5604ac06b2e654bef5581f149b32d 0.03 MB 44 249
161,413 161,413 0000000000000413a7a02ac6d802df94a408f1534d55cc3ff81df4de090508b8 0.01 MB 28 118
161,412 161,412 000000000000009859264cb5dd37e0d437599b6f6696e192b6a298c47ca59672 0.00 MB 7 131
161,411 161,411 00000000000003fc75d3e9e8b597488b6cbfeb3351821377fd327a437e0ab9de 0.03 MB 52 229
161,410 161,410 000000000000063c23971cd0625cbbbc8f54680c904615fff116aa07d5a6c533 0.01 MB 19 181
161,409 161,409 00000000000007e2724eea2135e83d4f80e5806977d0cc26dcddbe02254ebcc3 0.01 MB 14 232
161,408 161,408 000000000000088031577def57fe41bfd2114abda83720ae9f0f68286409eac3 0.04 MB 86 138
161,407 161,407 00000000000007f69b9b848b4742eaaec25343ba68cbe3f6d887c4e14924d5d0 0.00 MB 12 609
161,406 161,406 00000000000001abb6d9b853312a6af88184de5fb26745a8ebce7a31a64b0e6d 0.01 MB 33 171
Previous 10 blocks ↓
Total Size: 769.19 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,633.66 GB sent, 93.88 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.