Memory Pool Memory Pool Refreshing

6,458 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,093 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (6,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,319 901,319 0000000000000000000141b9d66bde206d2eaa7ed3f4250d569a9758ebef039b 1.46 MB 3,491 3
901,318 901,318 000000000000000000019ffb2b3448e7b5addc45736670e32e9edfd67087a6a8 0.87 MB 1,565 2
901,317 901,317 00000000000000000001fe88585d5ea24bbf237193679dbcbcd9110618d6fbc4 1.39 MB 2,125 1
901,316 901,316 00000000000000000001c79cbf03308819faa8138743425aae6a490d168fa4fd 1.59 MB 3,408 3
901,315 901,315 00000000000000000001eaffeac73ac26ef56e8615e3387fe56498c3f2e2f636 0.61 MB 1,340 3
901,314 901,314 00000000000000000001962438eb5d4b3a5b9f814d4180dbdd5e58ddec35a0d9 0.92 MB 1,050 2
901,313 901,313 000000000000000000023401d1f0fdd552ffd65fc596e739f97e36de1e4523fa 1.04 MB 1,873 2
901,312 901,312 00000000000000000000e3eb2c88359adaf3ed509d488577583a37ed4371eaba 0.31 MB 419 2
901,311 901,311 000000000000000000010b41f54287503e9d28ead79fe4315531dc51f489e0f2 1.12 MB 2,010 2
901,310 901,310 000000000000000000013319ff77d2e43df1aea237263920d468bed0070a1812 1.07 MB 1,714 1
901,309 901,309 000000000000000000014125a4d76a25e3479c21d15ff0551ac2c22b48036db7 1.69 MB 3,670 2
901,308 901,308 000000000000000000014ada57b04ab4c9279480a960a13ec5df6bd5114a29f0 1.53 MB 2,894 3
901,307 901,307 00000000000000000000c05d5afaead7e23e1d56a7b03ab9cda07d597e8c0296 0.41 MB 837 2
901,306 901,306 00000000000000000001c9861d196d9efb5f3afbcd43b6486b6445e29ec6be12 0.75 MB 1,044 1
901,305 901,305 00000000000000000001a6441a791b48b7053ae197d19ce7d33a315e01954540 1.44 MB 2,355 2
901,304 901,304 00000000000000000001e31cb37209a6cada7047eeb898e8c1b12ec6352783a4 1.21 MB 1,282 1
901,303 901,303 00000000000000000000adda8381ed7f6d98fc02437f6b135936ed73ed8a4857 1.07 MB 655 2
901,302 901,302 00000000000000000001a6942be2d9547b3fea3d43a3a5f6bc495ac6a3409e2d 1.13 MB 1,002 2
901,301 901,301 00000000000000000001d2412c08602a1b6db7a60f2440c5daf70f53d69565da 1.45 MB 5,589 6
901,300 901,300 0000000000000000000110e40c12aaa2f757bf7f0130f5bfc72a1d01df535b08 1.06 MB 469 2
901,299 901,299 00000000000000000001f2e9e7e3bc6db4c5f3453c8ada72228b04d170efc121 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.