Memory Pool Memory Pool Refreshing

11,256 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,227 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (3,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,841 904,841 000000000000000000014a7b1e20b3164f3053c2240d6201d5224b5f0ec82361 1.44 MB 2,675 7
904,840 904,840 00000000000000000000063f2e03faf1ae051808e213163979075737bf52da62 1.92 MB 4,679 1
904,839 904,839 0000000000000000000020b091bfeeb09345f95f39b73922955628d588d42fd3 1.27 MB 1,490 2
904,838 904,838 000000000000000000018257c1e69af26755333873fedcefb8ee25ee260981f4 1.50 MB 3,354 2
904,837 904,837 000000000000000000007efde6fb458c7708a3a13efc1bc4fc45851518c760c5 1.58 MB 3,306 7
904,836 904,836 00000000000000000001e13cd53c5b5722d3484cc6ca75f029f3f99e26425a8b 1.32 MB 1,876 2
904,835 904,835 000000000000000000000daaab869cde3b8dac8c87f42fc2f9640de8aa0425c1 1.56 MB 3,210 3
904,834 904,834 000000000000000000023cd815ea8a47a83f68a7074c1abfec056146b333b2ba 2.60 MB 1,828 1
904,833 904,833 00000000000000000000413314402b3253f8285290c92f9c8e6c794555deaa79 1.37 MB 1,745 2
904,832 904,832 000000000000000000007cd972d5a9c7263ea5d4f7dd031db7463f6e140b81ab 1.25 MB 1,352 2
904,831 904,831 000000000000000000000db0acf0ce211d4bc8b6c79d67fd0993066c6d97b2e8 1.40 MB 1,931 2
904,830 904,830 000000000000000000011c039788470135bb64121651aa3672ecaa4d1b2a62ff 1.66 MB 4,435 3
904,829 904,829 00000000000000000000976fa2163c4b3f84b32031d239cedd2d98ee6e31ddda 1.56 MB 3,830 4
904,828 904,828 0000000000000000000039ec409e6c7f09de7873e919a9d4d2e6ecd5345f1359 1.64 MB 3,885 3
904,827 904,827 0000000000000000000176973d48e137bcfa3c7c25975ec95379b67263a443e0 1.73 MB 4,312 3
904,826 904,826 00000000000000000001f05e1c2f3ffcbcbb3adf5f6bb7b0aad6a59c5a9eeb32 1.63 MB 3,713 5
904,825 904,825 00000000000000000000badb0026926ba98b30dfb966506dee84e4698d38e789 1.59 MB 3,653 4
904,824 904,824 000000000000000000004076383a25b6bb36c86cce1a5c01589ea9f21a359a1d 1.30 MB 1,742 1
904,823 904,823 000000000000000000008d72c0520f6ccdafffee6484fb0eda0eeedf99bb8ede 1.78 MB 2,975 2
904,822 904,822 00000000000000000002263eb71e24b8a739ef868697b28c7cb1823809b2f1b4 1.53 MB 3,595 5
904,821 904,821 0000000000000000000061585fa370468fdf3a38baff9d85a432bff6209ac967 1.98 MB 3,113 2
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.