Memory Pool Memory Pool Refreshing

7,151 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (739,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,718 168,718 000000000000099a23eb319f0597c8e888a5dd1db640af7293eceae042c0e138 0.02 MB 63 53
168,717 168,717 00000000000001aa29db1db3c4785f29f799e74d23f83d868cece9afd57969db 0.00 MB 4 119
168,716 168,716 00000000000002577b6e54c8e5709f6c3dbd0f9c7d1de7df9cb3c9011ffd3820 0.01 MB 30 108
168,715 168,715 0000000000000b1e24f85027626efb59fa75ab741ce1e7f4f61b06b4a5e68050 0.01 MB 42 0
168,714 168,714 00000000000002389c0a7455a8477d38448834c331a59771f96bdb1f6d5e74fe 0.01 MB 26 8
168,713 168,713 00000000000009dbd3a3f564cc2962768c28c4fbedc5e5815a0f1db5cbb44040 0.04 MB 43 110
168,712 168,712 000000000000061d893695698437e97bc89885bbc3ae1bc5c93a0801f4d17871 0.02 MB 34 176
168,711 168,711 000000000000054a7d20a9c04da1663544f6784efcb8ea87ffc09ee757db9668 0.05 MB 133 95
168,710 168,710 00000000000008d5bc00d422add298b38c0df3c01e31c9d48c6e1c089d3b0696 0.01 MB 19 53
168,709 168,709 000000000000062d2f5d7afb2e6c6d703d59a00f0fb3fc1cbc200c814621707e 0.01 MB 32 27
168,708 168,708 0000000000000a481d7754cc0b861684b83344baafca5cdc268adbb35248a1f4 0.00 MB 8 28
168,707 168,707 00000000000001473e98fa10045b7a1dc0599e48e6e1e64a2076729d9db81511 0.03 MB 100 0
168,706 168,706 00000000000008696a0174c3e8cf64fbf479fa8e408383ba36de1cba49630084 0.00 MB 3 0
168,705 168,705 00000000000004c3baf50c67e808891e4d76da9fc0cbc1de67e7d5543d53def8 0.00 MB 1 0
168,704 168,704 0000000000000612eda4f2e0148b0437fe7de697c33e300f1b1a605266e2d67d 0.01 MB 25 109
168,703 168,703 0000000000000a68b271117b80a4469734737f2ec361c00a0836214d961476cf 0.05 MB 113 57
168,702 168,702 00000000000006bf982ad0e5d04d7cdf84c87a781008410d9d3447f1f07323da 0.00 MB 14 32
168,701 168,701 0000000000000a2b9eeb24812e6a059df30d8317c7995272b0b10305dda49bf4 0.01 MB 40 50
168,700 168,700 0000000000000401e949d05918d018469d3131a6d6bef15e386ec75e6590f4ce 0.02 MB 46 123
168,699 168,699 00000000000006afd50b877f90de0bac63a461d8af053d0eef8792f05bc2a46b 0.04 MB 82 58
168,698 168,698 000000000000068c18082dae6e175f77beff5c25cb642c406b0f773e275c518d 0.03 MB 68 122
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.