Memory Pool Memory Pool Refreshing

6,260 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,745 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (51,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,393 856,393 000000000000000000003163124a4aa37b155749f00fc4edd889466f62d89af7 1.52 MB 5,138 2
856,392 856,392 00000000000000000001892736853b10135b99c6f42a81cbf5f5ff3a829b7d94 1.55 MB 2,474 7
856,391 856,391 00000000000000000002fa20162dba162ddd7c241249a01980bc9a25c3977767 1.61 MB 3,304 6
856,390 856,390 0000000000000000000227acd9652a5ea30938e90f369f86d4e6f87569357c5b 1.65 MB 7,926 2
856,389 856,389 000000000000000000002a4106b77d0adabcac43627669f05971c01120742ccd 1.60 MB 6,115 3
856,388 856,388 00000000000000000000e45aba3bca5fe571ff5d050df0d405aaddf3bfff3b74 1.64 MB 6,829 3
856,387 856,387 000000000000000000005bc0a822da172e43c687428cc268177ad27d636f3059 1.67 MB 7,257 2
856,386 856,386 00000000000000000000a7d3e73f807da6aad50321df92d8ba0e5e1c0293df1f 1.65 MB 3,288 2
856,385 856,385 00000000000000000002ac59c7ab39b57884bc1b3140abb4236b8d3a6d33c198 1.54 MB 2,777 7
856,384 856,384 00000000000000000002da5549175e3c170e542afdcbceade8543d7d890dc5a3 1.65 MB 2,557 4
856,383 856,383 00000000000000000000458b8d53bfad087c23f3cea2d38bae85c80f72ef4e2b 1.62 MB 3,271 6
856,382 856,382 00000000000000000002906522f5a3b731799419ab2f4234270bfbcaa86d1b44 1.61 MB 2,872 5
856,381 856,381 0000000000000000000217dc081fa98be4a6e618ac949cc42630007283b9c977 1.44 MB 7,119 2
856,380 856,380 0000000000000000000312fed17b4466f0a1c7bdbc038a712b6196de8852d062 1.83 MB 2,230 3
856,379 856,379 00000000000000000000b30f0c9fcf4b293be3ab4c5f578acafece509a9fbdeb 1.67 MB 2,551 5
856,378 856,378 00000000000000000002d51e216485b62c23535d1c6ad87552b9c42a443131e0 1.76 MB 5,718 3
856,377 856,377 000000000000000000023ad34599cb80722c24a3fa4aa331836d771a078208de 1.76 MB 4,081 3
856,376 856,376 00000000000000000001fa0d2452c21982646db8261d2044fc833ffee73a9c24 1.58 MB 5,677 3
856,375 856,375 000000000000000000021afb330fc556dd07c05466e49e44c667bdfa49b767e5 1.53 MB 3,970 4
856,374 856,374 0000000000000000000128b7c66136500a20bbf865aba8572d814ea75f840b9a 1.71 MB 5,430 2
856,373 856,373 0000000000000000000227d9f23b2976d0dd4e5f4f8fcd083b46037896627ace 1.72 MB 5,674 2
Previous 10 blocks ↓
Total Size: 769.22 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.66 GB sent, 94.04 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.