Memory Pool Memory Pool Refreshing

34,568 transactions
28.02 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,382 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,886 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,381 (757,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,126 123,126 00000000000038da7a09d2144ef0b33f17b7c8a7150635155d063654938955ec 0.01 MB 17 193
123,125 123,125 00000000000030b406d5ca787cd45eee9876d36963a339bb2513fffb7238e297 0.01 MB 8 0
123,124 123,124 0000000000004b7931929fed8c69ad8e9afa5bf992caea436fad233477eeb819 0.00 MB 5 587
123,123 123,123 00000000000023b05c9ae15577257daf17029604eba0a58824e93306e44d0c62 0.01 MB 21 464
123,122 123,122 000000000000668a34cfab030cf33b865cf3f5eaac46c70f665b70524528f078 0.02 MB 55 231
123,121 123,121 00000000000018d52eccdf4c1d08582ded5cd96125a9ab03a0f5050381250e51 0.00 MB 13 0
123,120 123,120 0000000000002dca5a7106344f04e1eb2c9f75730017228b3ef683e4b1ef9df2 0.00 MB 2 4,464
123,119 123,119 0000000000000529c298bfe27be84aec030e1eb9b7691cc4ab3edd7ee5c98826 0.00 MB 7 298
123,118 123,118 000000000000602482a1812bb4150fcd7d5afa3734e0f4421d65ddff240a26b6 0.02 MB 54 1,394
123,117 123,117 0000000000003ab66618a87d0d88b999356b8e145ea1c62d619121e914fe7c4a 0.01 MB 32 300
123,116 123,116 0000000000004dea3812f60082053cfad53af1cb7e7c18dd8bee8a9c2f2292e3 0.01 MB 15 705
123,115 123,115 0000000000002c6b6413c06ed7d34ad110650343f03a78c51d0266abfa8d01bf 0.01 MB 7 0
123,114 123,114 0000000000001c5f031d7bcfd77837996c89be0ddee536fb3541a4c453d52718 0.00 MB 9 951
123,113 123,113 000000000000278417e677fb42b6f030c6afa1972dd353934df4afb28a137c37 0.00 MB 9 0
123,112 123,112 00000000000053ef2d2648ff5058e27954babb466b6ba27129c05c5a96239d65 0.01 MB 10 197
123,111 123,111 00000000000034b680a909519d9eae6a46bb55466deb5db01b88e4059ec7b3d8 0.00 MB 1 0
123,110 123,110 0000000000002ee99825a0be88e6ebe3c652a96685d68046058d0d951b2ef954 0.01 MB 14 198
123,109 123,109 000000000000414dff5a07fca030b74614bde016e60017e432b6a4e5db8fb0cc 0.00 MB 9 324
123,108 123,108 00000000000061901e1a4386d5f950de0944e3533acbf3cb1dc23132378e2d27 0.01 MB 9 193
123,107 123,107 0000000000002bf1eea8d414a270bdad64c27df5bee6e15961769cbaddebd5d2 0.01 MB 48 67
123,106 123,106 0000000000001f27a89ee3edc5880c9b2483d36ec70c12f9fe7045a4e02d7eb8 0.00 MB 5 2,715
Previous 10 blocks ↓
Total Size: 719.11 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,827.52 GB sent, 60.81 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.