Memory Pool Memory Pool Refreshing

14,008 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (577,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,083 330,083 00000000000000001a6655ad9cd7c2162bd215e668ee3209aaa5602ad6d1d631 0.10 MB 246 137
330,082 330,082 0000000000000000111dd998851a9973bb27f553c20f93eb94fde7f857071251 0.46 MB 570 21
330,081 330,081 0000000000000000043dac3fb80cd147c886f9b3f1569db07755c9728034e86d 0.66 MB 1,076 23
330,080 330,080 00000000000000000481eb72ec3c3bb9209d31d2d2567ec95380c8dc303cce7d 0.26 MB 380 20
330,079 330,079 00000000000000000840f62a4d23661d8a42252b62e96077ba45253978f4f76d 0.75 MB 1,898 34
330,078 330,078 0000000000000000111ef01e9487b5e07952a5137ace8ca143c3a8cc5eed4771 0.26 MB 380 20
330,077 330,077 0000000000000000194617c57899249a7891c3affdd0da492cd1d4dad7a7a744 0.26 MB 519 24
330,076 330,076 00000000000000000ed8f47d0bf8d75b4d5f0e610a031474544578338a7283ec 0.47 MB 711 23
330,075 330,075 00000000000000000e7482b32eeefdfbfe8db2bc25a70aff51849f5edfddd742 0.53 MB 1,047 29
330,074 330,074 00000000000000001a2c35d248a918d27a85fcbd8a4ec9c9b8326554fd1897b5 0.07 MB 110 31
330,073 330,073 000000000000000006176356fb054a4682a3d883b69e450b4a406776aea00d67 0.22 MB 467 29
330,072 330,072 00000000000000000c4157c155ab3cf6344edef70a65e07559bebaf285db8fe2 0.03 MB 35 8
330,071 330,071 00000000000000000f84dfc651f6871cc8d9fad86c579c47f22ba0c9db178685 0.38 MB 628 26
330,070 330,070 000000000000000014d2a96bc7ad648b50542cad0d34833fce1c7a4028298d0f 0.47 MB 709 23
330,069 330,069 00000000000000001221718157f44ed0b9d1244680e0ac3b1229a7ecdca45856 0.26 MB 396 22
330,068 330,068 00000000000000000e4df4009227c96415a59a8aacc1bba5fee392096c86b205 0.01 MB 33 23
330,067 330,067 0000000000000000011f8a3e00e823b604ce2eb5c0cb33d9003e810d7be68940 0.36 MB 289 12
330,066 330,066 00000000000000000ea17ab39e357e0c94336101c65da76728b751fba0aa651c 0.04 MB 58 19
330,065 330,065 000000000000000009455ebb8f54f99983868233ddef64b5eba57892acbdf2bd 0.12 MB 141 12
330,064 330,064 0000000000000000078b9210a87c547613fcfa4142626aeda6b6eeff182604d7 0.09 MB 92 17
330,063 330,063 00000000000000001608293c124ab4d88a337246a3ef4c9be7c2a39c8a804ae6 0.35 MB 583 25
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.