Memory Pool Memory Pool Refreshing

2,838 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.78 vMB 2,838 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (21,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,281 886,281 000000000000000000006a357cf81541993d2db40cab5b230bc28149f56c88ae 1.78 MB 1,239 2
886,280 886,280 0000000000000000000221ad4bef83b611ee42de9cf46fdfb3ae56c907353e8d 1.53 MB 3,525 4
886,279 886,279 000000000000000000027b727808da58892d29453fef4ae5217aa665d27b3a18 1.62 MB 3,165 4
886,278 886,278 00000000000000000000eeb690da93bd41a73bcc85173720688e44f6e91d9c30 1.57 MB 3,297 4
886,277 886,277 000000000000000000024ab458957d49e0e41671b44fed40740407d154c3f26d 1.54 MB 3,327 5
886,276 886,276 000000000000000000025d6f31815eac4b99d877c17f65e1937ec1aaddf227f7 1.51 MB 3,637 5
886,275 886,275 000000000000000000010a43d7ce6b5efc3833331f49e10c3acb3e9b4e15a89e 1.42 MB 259 1
886,274 886,274 000000000000000000013ab61d0faa7759b60ffb6307a567bd0efb389529efbc 1.98 MB 1,305 2
886,273 886,273 0000000000000000000276eed50e06da2d8af2106d2a66bce0059e93a5ff29e1 1.51 MB 2,314 3
886,272 886,272 00000000000000000001bd78158891b04ad77a41d5d3f81fc66de70403b4077b 1.62 MB 3,685 4
886,271 886,271 0000000000000000000241ccb40114477e248120f50598cc347b71466d7285fe 1.56 MB 4,022 7
886,270 886,270 00000000000000000000cb47dc2e7189090aa50ff984929aaf8c549715b63a6d 1.64 MB 3,313 5
886,269 886,269 00000000000000000001472b51c306b1cca5a93ffbae45caf0de0a7b3ac348c3 1.58 MB 3,710 4
886,268 886,268 000000000000000000003f3e20c038c8ffe47c4ecc79efdd80e0ca8ca3f2d843 1.70 MB 1,838 3
886,267 886,267 0000000000000000000245283f4cd792934a1084a4dea9fb4d6342c713defbf4 1.49 MB 3,253 5
886,266 886,266 00000000000000000001378531adbc8c95c8a4068e6135b68fca8ebc43bc3ea3 1.57 MB 2,681 4
886,265 886,265 000000000000000000007c64651d276ec504cc076a9ed56c68fd36829fcc7786 1.78 MB 692 2
886,264 886,264 000000000000000000016ea3779a34542425129c8bbf6ca06c21e19ba066b47b 1.75 MB 2,803 5
886,263 886,263 00000000000000000000f74262d4c78c78e9fb2c4f7a1b5cd73d39df46217214 1.64 MB 3,524 4
886,262 886,262 00000000000000000002882406f0d979aba4b1840ad2836e466bee16668e00a2 1.73 MB 2,474 3
886,261 886,261 00000000000000000000c7bce44da384351161687d7f5b9db53bdaecaeea84bf 2.10 MB 446 1
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.