Memory Pool Memory Pool Refreshing

8,854 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,937 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (5,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,742 902,742 000000000000000000002679d4fd69bd981c96084584ba1828499f6d45a8303d 1.37 MB 5,047 21
902,741 902,741 0000000000000000000088d29efeaf89a9e49408a0caad2823baa4ec950d580c 1.35 MB 5,437 22
902,740 902,740 00000000000000000000496fddb9f15b46922b78c47ca4887edeb9fddd261970 1.36 MB 4,998 19
902,739 902,739 000000000000000000016c4b57edb97c9f06759ae7634bf4dc702649debbf46e 1.50 MB 4,467 5
902,738 902,738 00000000000000000000f34005ee983db2ca23c3c5ebdb8d39ff1b04460a835a 1.43 MB 4,428 6
902,737 902,737 000000000000000000015b05ba2c8fedf340f6d0dd195d1b54d18e311ddba2ad 1.38 MB 5,191 6
902,736 902,736 0000000000000000000065987e2f8992fcbcf030d708fae4758a390943d14374 1.39 MB 5,067 7
902,735 902,735 00000000000000000001c4fa8de2559b5c80cd530c5a49cf8c4eb26137d42091 1.37 MB 2,285 3
902,734 902,734 000000000000000000005c0c2d701f3d95b8e3c83fb90271ee843febb183cb10 1.59 MB 3,392 5
902,733 902,733 000000000000000000023295428c044946c0f4a8761bc6dc3df3b9e94d018550 1.71 MB 4,110 2
902,732 902,732 000000000000000000003536e161344a7611478db24b92f13073dc3e8a5c543e 1.50 MB 2,057 2
902,731 902,731 000000000000000000017bec6c1b57b63638ff79c1302b764214b4559fd67a39 1.78 MB 3,190 1
902,730 902,730 000000000000000000004e187e4acc5ca0eee9ddd2525b3d0abdcb4c7117faed 1.44 MB 2,934 3
902,729 902,729 00000000000000000000743fd6a2d526a71c52ff336ae4080627a9613b826d86 1.54 MB 2,847 3
902,728 902,728 00000000000000000000687852d561be1efb0342735d801d6be5c709ffeaf461 1.08 MB 414 2
902,727 902,727 0000000000000000000174552f04a7c4857d1696982cdf2d7419d767f5421d40 1.43 MB 1,139 2
902,726 902,726 00000000000000000000e57abf75c812bc7318d4eac57eea1bc42f734972a2c7 1.61 MB 4,129 3
902,725 902,725 000000000000000000022253b3ceede06fec7fb42c7a96b2ea067677b3448a4c 1.52 MB 3,469 5
902,724 902,724 00000000000000000000e6d4b5184a531abacf8a7e1c477af3a16773b3b64e9e 1.50 MB 3,304 5
902,723 902,723 00000000000000000001d08bf2a20bd85d39ec9bfacaeb790b1931251e530198 1.68 MB 2,802 2
902,722 902,722 00000000000000000000f529d5a3287e8ce3d5319d4f9b3f6c5809251f6afb4f 1.99 MB 736 1
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.