Memory Pool Memory Pool Refreshing

9,858 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,144 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (615,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,520 292,520 000000000000000011657dc00a27ceedf2da2a8a15aebd5f19f58910029fbcbb 0.10 MB 218 32
292,519 292,519 000000000000000038640d7e48c46189eb17c992214b58085b8deece0a239a7e 0.49 MB 902 32
292,518 292,518 0000000000000000c8223b987de826101544f58c5f40f5e385a19eb086e0ad98 0.18 MB 512 57
292,517 292,517 00000000000000008d7cbd928b1c7aea22bec9c3e183ae61b9a72927a4c2940b 0.08 MB 145 24
292,516 292,516 0000000000000000bba32897adbea02339332339193572582c17acf6eb684672 0.12 MB 199 33
292,515 292,515 0000000000000000aa67933ee0a16fb230e293018c74ea9744a757d3c79ef56c 0.13 MB 251 37
292,514 292,514 0000000000000000040ee8f11000a3fa2b6756c38090ee6bae6beb815a8040b3 0.30 MB 400 23
292,513 292,513 0000000000000000406c57ff8f98467b896847dee2965066e8a4c718145a4408 0.07 MB 256 48
292,512 292,512 0000000000000000502260e88b81567d63318a85858e5cf55d3572220d72aca6 0.25 MB 472 35
292,511 292,511 00000000000000009c7416778f1dfd4f7f4f1783863a5c25d31f083ce9c3ea38 0.75 MB 873 22
292,510 292,510 0000000000000000320e950146e6289fdc291b0efa6a76c66b7d5b1cdee0a0ee 0.92 MB 1,462 30
292,509 292,509 00000000000000005ce9d5decead991f4ae9337882a08519d2f643b82fc60dfc 0.02 MB 66 22
292,508 292,508 00000000000000005e6a7177dbc889f77d306ebda7092e45a470cfde346af668 0.82 MB 1,279 336
292,507 292,507 0000000000000000a3db3612690173d085caf142f9cbb16ac237d49cf50f8c0e 0.02 MB 39 33
292,506 292,506 00000000000000009e96ec2ea4e63f9864c34987cf695ece607ed561b723b11a 0.03 MB 91 21
292,505 292,505 00000000000000001528e12ffb2bdfc46f739c864952d85258485511d3d0aba3 0.89 MB 717 20
292,504 292,504 0000000000000000582524b7fa2e649f765a0cd7c05da67451ebedc86209e55e 0.09 MB 121 20
292,503 292,503 00000000000000001de449d30dc28748409c3737e6ddafe4c453884da2265c0e 0.14 MB 256 41
292,502 292,502 0000000000000000d86b138eda29c1c6c542127028b36f8a95ae3356a2c9d02e 0.27 MB 654 36
292,501 292,501 00000000000000007868fcc7057217ece9328c89a834f25d0ba122cd45faee0c 0.31 MB 685 25
292,500 292,500 00000000000000001f81c01efa8b9f4a5432e4a41f1a3c76d647441f70f57b1c 0.23 MB 482 33
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.