Memory Pool Memory Pool Refreshing

4,954 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,989 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (905,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,419 2,419 00000000f650c21563c0dba2bad638a0a0723d33638a7114414d18fa05fe2335 0.00 MB 1 0
2,418 2,418 000000001c77c4cc9a7489390e942b5180a7a604309de003ad53d79813699dad 0.00 MB 1 0
2,417 2,417 00000000c0969c1775dc2efb67f9461039750c47d149665b5754d4ffe09c9df4 0.00 MB 1 0
2,416 2,416 000000004216f1854ce6d125d77cc66556f4106323c5cd7b96f3da8d3425d616 0.00 MB 1 0
2,415 2,415 00000000b1487a2d8b73c4396e3e381d0602df19b264a7103639d303a5ee2cb7 0.00 MB 1 0
2,414 2,414 00000000c88b8ab2b9d55880910cfc106a71f0b32204dd5c7e6af5177f7c2771 0.00 MB 1 0
2,413 2,413 0000000041c7e25c7f8b295d1b50b0b7c99a25265fe41a35e362e963db1eba4a 0.00 MB 1 0
2,412 2,412 00000000ce45140ff4b62388dd98730531216285dd1a9ddabbd646ba615b0461 0.00 MB 1 0
2,411 2,411 000000003c88883fbfb5820a0ce9af26ea2c1c5c11180dc75ad47e6d0e9f0877 0.00 MB 1 0
2,410 2,410 000000006dd6ba3f019c7057a6e127319318d7dbef4efb7f2f3d39d7d53013b7 0.00 MB 1 0
2,409 2,409 000000007a85fe470ab4ebd7672f2ca9cd8b61f4d7c788520d82983c98c27f37 0.00 MB 1 0
2,408 2,408 00000000d221501756dd80bcbe43035e5c574cedb5b3096db5ff634be908b1f9 0.00 MB 1 0
2,407 2,407 000000001c872eaf10e26b49a1626be66c4c943b9b883b6e80dbed7b164b6144 0.00 MB 1 0
2,406 2,406 00000000e04c96acf5b8eb06f58d0f345908597d75f436b474f8c6cba2ae216f 0.00 MB 1 0
2,405 2,405 00000000f64d740c99ad27c96ba81e388c0ba9662f8993eadcedb259e7d469cf 0.00 MB 1 0
2,404 2,404 000000001b855e08f1e619a9f854a9bc3914fd532102bc93970647299b373efd 0.00 MB 1 0
2,403 2,403 00000000a8dbbd2c5c1b17611ddde87ef045a49e528dd91df13d4ef0f80ef03e 0.00 MB 1 0
2,402 2,402 00000000040ea4732f40af0f7392e3b97a4b58309fb012a625120be5899f3f2d 0.00 MB 1 0
2,401 2,401 00000000b127bfefe6afc98908e6071840b979cbd26a54f8b545908176ca4022 0.00 MB 1 0
2,400 2,400 00000000081038eb250216ebb27f94d8896d2984dc962020c53e6a2852b92967 0.00 MB 1 0
2,399 2,399 00000000887dcf0f1d752603688a0458e5c43eaaea7d0486a6cce2f85b47b468 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.