Memory Pool Memory Pool Refreshing

1,250 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,994 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,225 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (684,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,919 223,919 00000000000000de77a20a15b059b19cf62b67055940e7491fa8e4bb4ac1f380 0.25 MB 672 230
223,918 223,918 0000000000000190f3ae80405799b9a7ea7d3a787995cb4ffeb8e8289b9059b5 0.19 MB 313 115
223,917 223,917 000000000000024f152012e5ee8f87d12ea9ec712a41fa1d9d350bd11b1ce261 0.00 MB 8 44
223,916 223,916 000000000000016266a1ee3fef48cdbe16c7e8d2cdb02c0f7457ca95f2f5f068 0.25 MB 698 252
223,915 223,915 000000000000005adf54cacab856fbc7bf9da3d3fb0553c1bc3a3fb2c79798bf 0.00 MB 8 58
223,914 223,914 0000000000000179b9070f2cdfbbc65c014c81d450502d768d4af21a319606cb 0.02 MB 32 122
223,913 223,913 000000000000007b73d260a75044b2fa99aaf0ac4743655a3a6d891cdce6e27a 0.03 MB 81 180
223,912 223,912 00000000000001604a5410313fbb53ff76b815b1d3ca43b3ae6209ed4dd1e513 0.16 MB 397 220
223,911 223,911 0000000000000381d40f770043885d69bc22583be3b33b38bcf3c428f8910eb1 0.05 MB 70 42
223,910 223,910 000000000000009ed5953e35c664e8e94fb23808cadb1d2f29a049eef3ebedf1 0.23 MB 511 187
223,909 223,909 00000000000002fa5819575bc6e9415b47cec158ff3624f4f0b31837249e4bed 0.18 MB 382 176
223,908 223,908 000000000000021a902bcfc57237f19c60fae2b9edda27bacfcaf48f7daea07e 0.10 MB 139 136
223,907 223,907 0000000000000223bcafff7d989561f119c8546f1ef435acc6658d4f588fb341 0.19 MB 434 202
223,906 223,906 000000000000002abebea9856dd0a69f7fd6f1ba5389d89e2e158a403e562faf 0.01 MB 39 182
223,905 223,905 00000000000001727215ecd463c246cb0c51a8ea6feeea7e9a19d640f96efd65 0.05 MB 35 56
223,904 223,904 00000000000001703d6ec05075ef1800bd24946077225da87e0df0128e68645e 0.01 MB 32 303
223,903 223,903 00000000000001bd5c3aa13e93c909c3269f98f1d4c3d8e4d3d680c8d117927c 0.15 MB 352 187
223,902 223,902 0000000000000235bd375618d8061a7e04c0f2d9585b76a73fa2bfc86a9fd8fd 0.16 MB 368 182
223,901 223,901 00000000000001d13e23b5294fdde5f25255d2d7305be8ca8c2d22d254c0122b 0.17 MB 431 203
223,900 223,900 000000000000032dc1b04f6802f023ca81430f91e612b39894b309639769f765 0.12 MB 301 175
223,899 223,899 000000000000028d2d736d70ce96db457a77592faa2a51cad73a1faa78a106e4 0.22 MB 435 183
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.