Memory Pool Memory Pool Refreshing

2,304 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (824,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,089 84,089 00000000002556e303e6ba8cfa35d6d6fe122c2044f41778325242a73062f0b3 0.00 MB 5 0
84,088 84,088 0000000000190df9f1276d244e4c935a1042fcad068a5d575adb2b3cb7e21d85 0.02 MB 8 0
84,087 84,087 00000000003161d60703958e76b0d6eba1c551d773d515ba92ac4ebabfa65714 0.00 MB 1 0
84,086 84,086 000000000022cd6d5279d7619219cad4843857b1790106ebf447e918675dc310 0.00 MB 2 0
84,085 84,085 00000000001f74adf86339e59585fefeda7c4c6d07aa796b3fb8990ba1e3ed08 0.00 MB 1 0
84,084 84,084 000000000000530330f4d4f1562db9256f7afc7ba896059f86db663a0ecac8da 0.00 MB 1 0
84,083 84,083 000000000023ecac57668ed7a7eaefebc98ec31f7b0079af932311f238d789d3 0.00 MB 1 0
84,082 84,082 000000000024ae2cbfbaece5719d7a2c5faf143f6171def89bd8701d7dab498d 0.00 MB 1 0
84,081 84,081 00000000002af51bc31adee07641f7606956fa5dfdc84e9a2bbba2b74087e0f5 0.00 MB 1 0
84,080 84,080 00000000002375450c86861288a8681b9624581ff2472a0346af22df9a917c54 0.00 MB 3 0
84,079 84,079 000000000020033e5692105250c17c658f86cafe63ab4aeb7997a6d68b769b52 0.00 MB 2 0
84,078 84,078 000000000023d8aea06ef9fd00d39c3a161bba66dbeb4f7281a690e822a29d5e 0.00 MB 2 0
84,077 84,077 000000000010d2a207d4b7638f63c08378fe3cc39f5f0c7871dffdc16f8717c1 0.00 MB 1 0
84,076 84,076 00000000001c5b6de9928504a750e6476646807ab27e22d7c1d9ec3dee3aa7f8 0.00 MB 1 0
84,075 84,075 0000000000205e1b960b3301f3aaec1d3a5b129244cc1c21525ecbc575d8ee78 0.00 MB 1 0
84,074 84,074 000000000002f3976e4f5f6cc533e71db49cf37ee800701e028c3268f1b558b7 0.00 MB 1 0
84,073 84,073 000000000008041df56b92b27d88a0ca086a03e0bc057b3541ebcc6a3e756474 0.00 MB 3 0
84,072 84,072 000000000008ee2765121f54195cf6b596b2e01ad46dc00f5542de139ee8ccb2 0.00 MB 1 0
84,071 84,071 0000000000216e99e745110c4b031e95008977a97cde28de66dd8a904fc821da 0.00 MB 4 0
84,070 84,070 00000000000d20256de06357149f9ffc0066dd8d39e3b22e51feb8742528ffe8 0.00 MB 4 0
84,069 84,069 00000000002de1c7b7c93ce455564de3786edcd41430fb401560a67b33b7841a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.81 GB sent, 101.29 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.