Memory Pool Memory Pool Refreshing

6,026 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,807 (771,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,682 136,682 00000000000001220e0f7cec126d95879b951c472fa7d69f6a0b5fbcf21955b3 0.01 MB 34 619
136,681 136,681 00000000000006dabcbcf930b2b71cd797811315a9add96fafa60f2e72bc8ddd 0.03 MB 80 202
136,680 136,680 00000000000001b89cfb5c9bcc0af89a09168bf982ce83cab61aa062f1c2c720 0.01 MB 24 441
136,679 136,679 000000000000084f9d7dcd0fab5fcc9c73438bdbaec07b521b77be1f09cf77e2 0.00 MB 1 0
136,678 136,678 00000000000002b86fad76c80935bd1f908531fc0f6d615a9775927533a4f71e 0.03 MB 67 257
136,677 136,677 000000000000086bd78244d9e77d62bd74fb2f856cd5cf7fbe850efdbc5dbd89 0.01 MB 19 199
136,676 136,676 00000000000002037c1e4c3e3f32048c3b64d72b04a9ca6dabe8b22611252acb 0.00 MB 7 632
136,675 136,675 00000000000001dcac57ef4db350cecbc9ad1064527790f2e1373d23f93a6325 0.01 MB 11 39
136,674 136,674 000000000000058af0daa59607b5060e1161abcb897f086a7963e59ec2cf5bad 0.01 MB 22 57
136,673 136,673 00000000000005cde9cb133307cbe20b0e5f9d58d827d1497561381da6c7b5a4 0.03 MB 106 322
136,672 136,672 000000000000064ac1060288961c8b9db4524312909362a98b23c15ab5943a5c 0.00 MB 6 339
136,671 136,671 00000000000001a6e8e4dd183b99aa637ee625fcdf901fe7afca23e6ebd87bed 0.01 MB 32 536
136,670 136,670 00000000000002dbaa9542e28077abe8312407a2d2e6e2718e267b09b1c4c3d5 0.00 MB 10 329
136,669 136,669 00000000000009a8bc8a21d9eaf9b46ebcbb3f978c6777f63928971861e79156 0.01 MB 21 414
136,668 136,668 00000000000004991c2cfe9a3c4a4400ecab93a210dd411d2b7f216a18286d76 0.00 MB 5 713
136,667 136,667 00000000000001c4b38a805eb321f72df1707b191a9811eaaa11b7b716816ea5 0.04 MB 83 142
136,666 136,666 000000000000076c906535c3209787677ce1b6c68f3983822cbd7d8b3240db13 0.02 MB 33 375
136,665 136,665 00000000000001bbe6c2bce57e10af7ac370265c5800dc7a9320cae434768d79 0.02 MB 50 361
136,664 136,664 00000000000008ff6041e409df403f3f90d12c6dd3db0029673b54b421aa4d5e 0.03 MB 32 360
136,663 136,663 00000000000006a36e6e84103e0889d69444566a8d11cbd40441b47156d55e94 0.01 MB 11 317
136,662 136,662 0000000000000410b3256e6187816997de85e9ab19c8c8f4fdb85cdc0d78b1fa 0.01 MB 50 78
Previous 10 blocks ↓
Total Size: 769.18 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.51 GB sent, 93.84 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.