Memory Pool Memory Pool Refreshing

3,306 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 3,303 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (615,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,114 292,114 00000000000000007c5b602d3392c85cf4152ec4297fda8ff8ab80aae97415eb 0.08 MB 90 18
292,113 292,113 0000000000000000c72a81f74bfe2d646adf5ddffa67cb0523ab18ce47d91805 0.07 MB 102 30
292,112 292,112 0000000000000000db345e423d946bb92be8543b8153d3d9e53e9e0554c23d53 0.34 MB 567 31
292,111 292,111 00000000000000004791780470fc1aa663913f58aa39a8a01151e5ad49f07cd5 0.09 MB 256 57
292,110 292,110 0000000000000000dd51b12152493415a1df0e3af908bf0d79dbd0fbfaa086e3 0.12 MB 278 38
292,109 292,109 00000000000000003055c3398d2b31cc935d88f90b42eaee0476bee7b0e25edb 0.03 MB 18 12
292,108 292,108 00000000000000002f262712195a406b9839d863d0308f6df0253377cab4b57a 0.06 MB 146 31
292,107 292,107 00000000000000003d9de9ddafcc4d48b195592d2565ce1d6f366bef24410a4c 0.26 MB 685 50
292,106 292,106 0000000000000000b6ac0b9d26a0f7e141aa77a4e2b8d19ac262f888384eeca8 0.27 MB 573 38
292,105 292,105 0000000000000000f6103f4ad4395d1e6126f66fac3aef031d290d983efb1917 0.09 MB 256 62
292,104 292,104 00000000000000009105d3129335c2ba44eb6cbda99fdc37b36d7beece5af463 0.28 MB 580 39
292,103 292,103 00000000000000009de7c0492d7a79fca4c6af1fab8e1edc5f99d08e4d1c9000 0.03 MB 64 72
292,102 292,102 0000000000000000c688096b54debeda02179a1a4ee16ebf9b79a671dfd60faa 0.67 MB 1,099 28
292,101 292,101 000000000000000009ca3a7816de0b37a86393d1c06b0dd139175cea5fa9c73e 0.25 MB 803 73
292,100 292,100 0000000000000000c5436d1f651915bedd176ef0c0921969327856ceeb462f45 0.05 MB 98 45
292,099 292,099 000000000000000039d27fbf54da0e93628c26be949e78a570dc5e4b791097d6 0.31 MB 611 43
292,098 292,098 0000000000000000988fc76a4fac360f5e4dcab55d7ded23dce81de0af93090e 0.01 MB 6 11
292,097 292,097 0000000000000000f4dbe09b5f243254790cfc4be0c1177eef323b373a384b80 0.11 MB 133 28
292,096 292,096 0000000000000000ed0e569ccfb623053d3312467407e0093f877e06e5b2df4e 0.09 MB 256 53
292,095 292,095 0000000000000000939f1d879e4c4eac4ee26bb40258d3f0d92d20d1ab36991e 0.15 MB 302 34
292,094 292,094 000000000000000056280491769edf2dde3f3922c524ac0dcfab92a6d395ed9b 0.08 MB 109 24
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.69 GB sent, 93.66 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.