Memory Pool Memory Pool Refreshing

5,131 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (1,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,324 906,324 000000000000000000005789f8f6bbb8b3eda6e557e79b5e7ab1b3b63c95fb55 1.35 MB 2,452 2
906,323 906,323 00000000000000000000e02b42fa05c703dcdf2e0eb72003d1a5604d00fc8482 0.20 MB 365 1
906,322 906,322 00000000000000000001216e96c016e969b17b691cc231248894e2e17e3295b6 1.72 MB 3,950 2
906,321 906,321 000000000000000000004172f2ff84b996158dc4b3a2f0acfb4ef8b0b3a06f80 1.66 MB 2,828 1
906,320 906,320 0000000000000000000117de69c9598d7a8f5423fd14ca7d0cae52bec5ea9ca9 1.90 MB 1,955 2
906,319 906,319 0000000000000000000125971d68c40c15437af688a925f769a6e7e1a6dd935f 1.64 MB 2,717 1
906,318 906,318 000000000000000000006eb3b49c800192ab0d6997939d707d654d5e047cecc3 1.84 MB 3,215 3
906,317 906,317 00000000000000000000b0f2a06d7c56c2d2b17d5d52f69870f694e6a7569a42 1.67 MB 4,740 1
906,316 906,316 0000000000000000000085cc680268ac3613c6ad49e4db08c6b3ebedc1bb7873 1.55 MB 3,227 1
906,315 906,315 0000000000000000000151c6005d925a9469c18976d345da38584290382c78c1 1.68 MB 4,325 2
906,314 906,314 00000000000000000000767d5f6abb7546d4441a74541ff9aea85f3c92a391c1 1.71 MB 4,365 2
906,313 906,313 00000000000000000001a3c2d3ebb1197b4f81462a0cce9f2a1d9657db5f85cb 1.68 MB 3,694 3
906,312 906,312 00000000000000000000a5f2d9411d7a6149fc462b2c12fe8af957c0173c0c13 1.43 MB 3,442 3
906,311 906,311 0000000000000000000153648f4608dd9c594d2d1f6959f79610a8b6ea4b5866 1.67 MB 3,520 2
906,310 906,310 00000000000000000000ffc02ca6285cb94193aff3d679bc1257676a911eb2eb 1.90 MB 2,545 1
906,309 906,309 00000000000000000001b497ad1a76389c306c860c8b4c06cfd312ec8c6c3eaf 2.02 MB 1,807 0
906,308 906,308 0000000000000000000167158f56e4df506395624f13d4c73e58cbbde824ec58 0.69 MB 1,726 1
906,307 906,307 0000000000000000000119b435d2029c94adafbbdbfc8fe128b261866e9a4e56 1.71 MB 4,008 2
906,306 906,306 00000000000000000001caba970e5c478cfcb8f42a851b3e3accb6e8e5442740 1.69 MB 3,559 2
906,305 906,305 000000000000000000010c74b30a9fb287274080e4a3a5c2c5c26eb5b4f94378 0.85 MB 2,732 2
906,304 906,304 000000000000000000007337b6d2b51ae08fd704d4b1cd3ad3bce36ffd4985a8 0.10 MB 344 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.