Memory Pool Memory Pool Refreshing

50,780 transactions
26.01 vMB
Show Random Selection Loading Transactions
Max Size: 149/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
880,962 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,683 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,961 (535,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,063 345,063 000000000000000012fdc8d986ab00c651c33e49b8573a6ac197768e52f4b891 0.15 MB 268 16
345,062 345,062 000000000000000003f3d58726ab707c269dae384df2bc996599375ce75b3a28 0.77 MB 1,646 30
345,061 345,061 00000000000000000378c65955905fb776abf0ca003d6a8d96954a8807f99dfb 0.17 MB 350 20
345,060 345,060 0000000000000000016ededec99d7466aaae38d56bc1c84cd4e5c8dafcd68ccf 0.51 MB 1,023 28
345,059 345,059 0000000000000000146902b4c687a85a343049a38cc0c1dc90cdab292488aec2 0.13 MB 193 52
345,058 345,058 0000000000000000053f3b8ff68c1968239112c375277f0a848e2b5d3706b091 0.02 MB 46 29
345,057 345,057 00000000000000000dd6207931dcb153f69c1db24b14fe7d8aee0ea4fa155c8d 0.07 MB 110 20
345,056 345,056 000000000000000001fd07c455bb6c5393181216484e5845e0cef9a3c184592d 0.26 MB 523 24
345,055 345,055 000000000000000013f56c6d56975f992ee3cbc2cb2bf66c8586110b41fe791e 0.10 MB 151 18
345,054 345,054 0000000000000000135369217e3aa81a6cfbb82a47d70b7049c9cc358f6c5b18 0.07 MB 189 30
345,053 345,053 00000000000000000134b724dec0c945e471bbd019bab8110842597646adcd7e 0.40 MB 299 11
345,052 345,052 000000000000000004196422b946b1b4b1caab98e984eb97b43da6c1afc22c8e 0.10 MB 256 31
345,051 345,051 0000000000000000005aaefea55b732b1d9eb7984d9f13f79fda8c8b5d4f4b6e 0.00 MB 1 0
345,050 345,050 000000000000000012a18fbb03ec3df7b86aaea55609bd28ded382abd0b67f35 0.75 MB 1,524 26
345,049 345,049 0000000000000000131c19fa1d4a887521f7afad128a75fc79459f1ff016cf77 0.47 MB 894 25
345,048 345,048 0000000000000000056f7c489f2f26ecce9bed86005179ca50a36e9d0a5502a8 0.31 MB 652 25
345,047 345,047 000000000000000006a26d6bdbc5784065947a9b7f37de80cf25682ac3da0d9c 0.51 MB 1,010 25
345,046 345,046 00000000000000000d9f82535f092d2314cda344226289e72a9fc47112e95d6d 0.12 MB 169 30
345,045 345,045 0000000000000000051d3b1f29c0882815d532a75a3c834a3a4e74b898c7b9e5 0.29 MB 525 28
345,044 345,044 0000000000000000059ea20c4ce9b3a2ad5d9290e841c1b29665d7b6812695c2 0.41 MB 701 24
345,043 345,043 000000000000000004cba5fc23b084284a51f8167ba84cdb653ec5ea58c8d365 0.10 MB 119 16
Previous 10 blocks ↓
Total Size: 720.27 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,914.58 GB sent, 66.20 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.