Memory Pool Memory Pool Refreshing

6,956 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (703,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,788 204,788 000000000000000a669c3c711de9fd3a85a0e3e2c05caf530a501f47b9edc638 0.05 MB 124 31
204,787 204,787 0000000000000484ad92f866e5bfdaeba8e700f34dbd42e0b6fee90944bb9c38 0.25 MB 690 255
204,786 204,786 0000000000000126a31c1a6e45710b5b1b90d7d0111eb8bfdc28d4decda64f9c 0.11 MB 233 171
204,785 204,785 00000000000003c78d60a98c8edefb03611c968dfb3032794df722b58bf6c333 0.14 MB 337 195
204,784 204,784 000000000000041e6c0876d699a19faf0d88619a073a9f1802f1fa1d8fbd4a8b 0.25 MB 552 153
204,783 204,783 0000000000000453210ed128fd4fdacfa11c92e1885b6c55566eb57e46006b2a 0.00 MB 9 79
204,782 204,782 000000000000038a0f9c97fed36d9e59134c6552da4c684bca644818374d6c2b 0.09 MB 179 94
204,781 204,781 000000000000055fa187bacb5cee078a3add7e96b14e95413e4ac02d9280ec77 0.14 MB 401 173
204,780 204,780 00000000000003d2aab5ce60940eca40a04249d9885a491d6859f199b277291f 0.10 MB 162 98
204,779 204,779 000000000000013364207292b710cdadf378f5995fb8dd00e5a976dd1601723b 0.02 MB 61 168
204,778 204,778 000000000000050c0a508bb4b7a0ce0aebf8b25dec618f83710434879964931c 0.10 MB 236 134
204,777 204,777 000000000000014651cef316d9fdb8390b41377639bced459c218b5752af42c0 0.05 MB 88 115
204,776 204,776 000000000000002148689554ab5c81b0833997c5e8898357d0c127370d030a7b 0.08 MB 140 117
204,775 204,775 00000000000004b6e3d939b8d992f9ed59db1fa111ca82be52900678734d7220 0.25 MB 340 58
204,774 204,774 000000000000009560c2fdc141b215972d6290398d36f11e2dac90f6e5704364 0.25 MB 610 158
204,773 204,773 00000000000002aefeebbddeeecf639e16147e540a7571eee8dc3c3c9fdf9556 0.14 MB 230 468
204,772 204,772 00000000000001612966071e4f978642124ca9d3cd282a0cebdf4fe9d4744814 0.04 MB 109 130
204,771 204,771 00000000000004b528aac0ae231f8e0aa49e1b67df9f05b0f3c8ca30fcc7d566 0.04 MB 78 132
204,770 204,770 00000000000000f17645260322350fa89c2a2c5af55814ec4c14d662eb5d37ef 0.05 MB 96 153
204,769 204,769 00000000000003c897d3d9e58931e96b92994b3c97b127f956e4732a29767aa5 0.01 MB 44 323
204,768 204,768 00000000000003a5904f4d0e03e59b7ebc8ae3bce2b1c3109ce1e23403ec3cb9 0.10 MB 222 295
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.