Memory Pool Memory Pool Refreshing

746 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 734 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (858,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,850 49,850 0000000011bab93de5114ec564d2ed6104cb6612eb89c9f5c4676bd13b9460c6 0.00 MB 1 0
49,849 49,849 000000001a7218f1fdd810f3d9a764278931de2bd02d2ab5983ef2ed36b234a0 0.00 MB 2 0
49,848 49,848 000000002463269181b82b6694eb9ca2a5ea46118a2b12bed2b49ebb44b6d846 0.00 MB 1 0
49,847 49,847 0000000011d18a5479e193ee16f84cc72bf457b6a31d35769f9205ccb45995ab 0.00 MB 2 0
49,846 49,846 000000000de366640b25f028205306315dc09afb78ad6691e7f08518b7d99f0a 0.00 MB 1 0
49,845 49,845 0000000010ba23e0557f91a6c56d29a453431f0876e78794226102d099b5998a 0.00 MB 1 0
49,844 49,844 000000000f62e33be40e77bffd98736bb851499a12aecf038ac9c0124fc2a933 0.00 MB 1 0
49,843 49,843 0000000004d070be55e093f7ccea44924f7d37a7003e0da133b13c0986162c50 0.00 MB 1 0
49,842 49,842 000000000b7632c26bab8e5dfcf0a658883aa3fe1c234dd8b04cc5f405f31120 0.00 MB 1 0
49,841 49,841 000000001dbfcfa5d17161ca14ac7d8fa754e8c12baa32bfa4d78312afe8b3d3 0.00 MB 1 0
49,840 49,840 000000002988b4d60f0f41b0403d79d7c358f4a6588045a76cf63d3644f567e1 0.00 MB 1 0
49,839 49,839 000000001c61413dfc41b5a9e08f17361cbd209ab19a9d99628d94b1d709353f 0.00 MB 1 0
49,838 49,838 00000000248f949746cc62a53f508d21da7b83770806950f6b6b5b1b70ca123b 0.00 MB 2 0
49,837 49,837 0000000005a0f9998f44f4aa939255ccf7bad679f4f455d9cb5f8dab95f34ed5 0.00 MB 1 0
49,836 49,836 000000001fad19e01fec33832e9403dc34a7bf1d19bf085c89642fab01a4329c 0.00 MB 1 0
49,835 49,835 0000000019ad9f271303b1003d345000252d339ccbd7e52d5930e4367437c81e 0.00 MB 1 0
49,834 49,834 000000001500b926a8c4bf42a7e15bb021eea4279213ccc9d9ef80d2c02c9518 0.00 MB 1 0
49,833 49,833 000000001d85701246ad466762a09aceb71a08c8e9e8305d27adc0d5f932fc6b 0.00 MB 1 0
49,832 49,832 000000000bac35c78e5e8b645573248dccdd54b77b31dd948f3aec0e950247fc 0.00 MB 1 0
49,831 49,831 00000000159f50a7c307f40b8a5114d225eab22818bb61dcbae202c55a01384c 0.00 MB 1 0
49,830 49,830 0000000009454ccca0029d7a22f4caa3d228a48d1d22fdbfa1e13cd3f1089b30 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.