Memory Pool Memory Pool Refreshing

1,856 transactions
13.72 vMB
Show Random Selection Loading Transactions
Max Size: 56/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,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,636 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (842,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,842 65,842 000000000819ced17a4dec7cfbf94e63c2ac029c4c52c47c781521b04402ba1b 0.00 MB 1 0
65,841 65,841 0000000004abb3cbfb11b57ec5ebfbf91be4bbf4bc044c0b3f8fbaf55336bae0 0.00 MB 2 0
65,840 65,840 0000000000e1cb6960fab76e495724395c526e75aa899582a2dd5b6ecf8fce25 0.00 MB 1 0
65,839 65,839 000000000331db89f134ed6d98bc3cbd923b41c193b8cd31df3a60ba0fee31ff 0.00 MB 1 0
65,838 65,838 00000000052f71a5b3b364550658816d9036332ee7fcefc3de8a0e1291d5f80b 0.00 MB 4 0
65,837 65,837 00000000057e78ce7243157b0a8a5c2c62bc985cfae8ac906498c29a8d964c7c 0.00 MB 1 0
65,836 65,836 0000000009aab4bc427350624989474d9e0be32bbec038401d776cf5cb99381c 0.00 MB 1 0
65,835 65,835 000000000628a07a4f7af4f2a5dd57e70818bdbc0a1348323e068e78c6b05d19 0.00 MB 1 0
65,834 65,834 0000000007f4e531340d923fe2105cea7440c6bd9506c290dd8560ef90db6c22 0.00 MB 1 0
65,833 65,833 000000000a477880b9b4d84ac59cf9799728cdd3dd4ad917a8affcca264db61f 0.00 MB 1 0
65,832 65,832 000000000a7a97a1dbfc373244b79769604818b7815836feca9603e24a317e42 0.00 MB 1 0
65,831 65,831 00000000061275c498ed38e716e47b4686ac0fb0f85ca8c2f9603fc06de8d210 0.00 MB 6 0
65,830 65,830 0000000003838bc669fb9513ec609d521965e80ae35e430cfda1d8b017976de9 0.00 MB 1 0
65,829 65,829 00000000014d66eaf24685dc5a1029aa855efac06e0892b9f89d82ca76626a42 0.00 MB 1 0
65,828 65,828 0000000009f1d0774ed93e3b9a1e34b2cce6770061ff3a81d8295b7005173b24 0.00 MB 1 0
65,827 65,827 00000000013546b8a73de57e66d2ebe371134e7cbb0662f3aa711ea4ba2533be 0.00 MB 1 0
65,826 65,826 00000000098a19c88a5b12ed576bcc03cfc33bfb8bb8da7e32ad759b68081050 0.00 MB 1 0
65,825 65,825 0000000004f63bc893935b045badb233d1e23ae3d4b7aa301a5ed31baa3467a0 0.00 MB 3 0
65,824 65,824 0000000005d3d6b01886d4f4bd9553e17069dec74b2e1979161861cbb80e8255 0.00 MB 4 0
65,823 65,823 00000000040d3b290e21445567699b82f8254cb88b61be987572d9a7c5d1d36a 0.00 MB 6 0
65,822 65,822 0000000001d2b2a9e6bb696ee06ef29935890934ca4c90b1aa31504741be1297 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.14 GB sent, 98.46 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.