Memory Pool Memory Pool Refreshing

8,069 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,295 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (858,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,300 49,300 0000000007e1b27c3c7278bf4cf2fc27fcd122d6440c508ce4fdbf2cfd50bb7d 0.00 MB 1 0
49,299 49,299 00000000252045e914608df17df46401a39ee10eae1ccca45e5df32f439c5fe1 0.00 MB 1 0
49,298 49,298 000000000535bb3576e9caf3618418bed5d271dad7c110353030e5624ece12a6 0.00 MB 1 0
49,297 49,297 0000000019bbd51e7f307550f5c2482f0c07eb279b43ff8a98feb724194c14f2 0.00 MB 2 0
49,296 49,296 0000000012978431d90a5578a6a3acbddf47f133c1e63e24fb21ac38434de58f 0.00 MB 1 0
49,295 49,295 00000000283502eaaf9bda3e73122110204fd7f83f6b2e82dc7b9cabe78627d3 0.00 MB 1 0
49,294 49,294 000000000ff4acc0ddab37c09739efa04ebe7630c449b9a00a73c4ad7f7ef5e3 0.00 MB 2 0
49,293 49,293 0000000014e0d588ee3d1c672f01d3301da97676b05a0d25e03ac0f9c829328a 0.00 MB 1 0
49,292 49,292 00000000000e1a6066e52388cdce9a6e5773a124d1e906d5a3379c02bcaf567b 0.00 MB 1 0
49,291 49,291 0000000011c075445249d2aa16637024337061b2b7bce88684458f1f0749c8bb 0.00 MB 2 0
49,290 49,290 00000000091e8e050d838c6024484e8a908b1d0323be8a7fce7843958b27f45d 0.00 MB 1 0
49,289 49,289 0000000024631137e47b3f8b620a5f631e3b5c5ad2d9b963442ba383da242aed 0.00 MB 1 0
49,288 49,288 000000000da7a96ed54ad141a730817582de5306c1ec46ce5d73504cd9546379 0.00 MB 1 0
49,287 49,287 000000000884ce148b043983a5efa02deeba2823621a7e9620f36f3877818825 0.00 MB 1 0
49,286 49,286 000000001cb6b9e1cb6984d59928a74b9379e73aae5c6c5bcfeaa801b8b7f35a 0.00 MB 2 0
49,285 49,285 000000000ba281d592bf32184c2869f9e3cc6927302369ec8b4918dacf08a248 0.00 MB 1 0
49,284 49,284 000000001606fe44c7f023855e0f8a082c852911d12b005e1426ee228ef7a1aa 0.00 MB 1 0
49,283 49,283 0000000018595b3c42b49e9cc06e551398630cb22d166bce058c4cd633906feb 0.00 MB 1 0
49,282 49,282 000000002478157a492ea46854e2e25ddfef308b92cc4a70926591b72c6c4db0 0.00 MB 1 0
49,281 49,281 000000002480149683eaedef99212359a0fdcfa8500fb81ae5123d64a033f58c 0.00 MB 1 0
49,280 49,280 000000002298608d46cb21de0d42aa639946c9a657c01194e18d4e7b85cf18f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.13 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,631.68 GB sent, 93.56 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.