Memory Pool Memory Pool Refreshing

3,693 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (724,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,034 183,034 0000000000000a3e222a090b7fb83649bd3080fdb497a6dd386f12359b136b50 0.42 MB 825 131
183,033 183,033 0000000000000228634c2018a11a0391e50af858f14b741ee7c9b0322433ad5c 0.00 MB 8 0
183,032 183,032 000000000000044379c771a2c28f3f84d9bb9aaaf73d501d8f2c1321805cc667 0.05 MB 149 83
183,031 183,031 000000000000010488bbb23ec9fd2b66a8f47c572409fd736355bda0124e2a3e 0.40 MB 932 131
183,030 183,030 00000000000002a83314d4994c4da66fc2508dcfd0f4f3e0787f897b50be1c85 0.00 MB 1 0
183,029 183,029 00000000000006955fdee07eb10e8c2983d9f6b97cd62fc69398e224ed37b7a1 0.00 MB 5 0
183,028 183,028 00000000000003c41ec10b849ff2285e909607d3aae4da1540ee9b9c41f59801 0.25 MB 467 176
183,027 183,027 0000000000000a0b346d12e791ef1eea9c6b4736ea4d539690f442bc761f4c8a 0.23 MB 718 152
183,026 183,026 00000000000006460b5c4e8a26600d49ff733c90c317ccc9380e48d2d0ba7f8a 0.42 MB 763 110
183,025 183,025 000000000000047813c20fa46984930bd65682f73e90da8f5e350fc820c1c047 0.05 MB 143 90
183,024 183,024 0000000000000a2beca786ad31f5c2fe415d0a30cfd167e781351b5733c0dd58 0.25 MB 341 120
183,023 183,023 000000000000061d941278d1f72b66c8fc2a8af25e5b4d0109302eaf0a7f1ef9 0.02 MB 29 12
183,022 183,022 0000000000000978cd95211c699b74073759d7898b4a8340d6a9784d818aca96 0.05 MB 140 89
183,021 183,021 0000000000000189a5139e49e28c6057c90a1f6e173799bbb1141893d651ac76 0.00 MB 6 14
183,020 183,020 00000000000008af332b48cae0cbd0f5d38969a484388e99396d9a80f32d4f21 0.25 MB 618 139
183,019 183,019 0000000000000a811768bb5cf252f136ac912ddb406556f53a6967a091b3de7d 0.05 MB 105 183
183,018 183,018 000000000000043ec1879364c841f493f29ed36481262da4c654ed519b269c1d 0.25 MB 589 128
183,017 183,017 000000000000098f98eb68ef554f0f41d603ec2e27f72398778aa7c5dbcaafa0 0.00 MB 8 240
183,016 183,016 000000000000046da55e1c96d95ff4503191152a685545fcee37fa082613e809 0.00 MB 11 15
183,015 183,015 000000000000085c308672484b07c2ddafd71753331f12593065a6a698a558bd 0.08 MB 84 53
183,014 183,014 000000000000041011943053cee47638b7a01a7b7d9d1f68a725de3a7479bb32 0.21 MB 478 231
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.