Memory Pool Memory Pool Refreshing

6,615 transactions (2.64 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,970 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,969 (875,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,809 33,809 00000000bd4cf630126c53e61ca731111d3f75efb2c05170c087b73270c99e18 0.00 MB 1 0
33,808 33,808 0000000006d18b5b84be2e37ae442eab025bf8206dce67a3576af0a55062765f 0.00 MB 1 0
33,807 33,807 00000000c433fcd6532b601f5526d4cd034b2f7f7628cc39a0e746f06f4c3674 0.00 MB 1 0
33,806 33,806 0000000056543d6f750313fb642a0b195bd350186dff3c5eebf469b76fab8a9c 0.00 MB 1 0
33,805 33,805 0000000019d8ebacec1189a2ccecb1579119357dad4d17bbb56625c9b4e39fb9 0.00 MB 1 0
33,804 33,804 00000000a2943e5c68b2eac8f10b32a31cac956c3af2347522ad6c9a9412a093 0.00 MB 1 0
33,803 33,803 00000000adec36d417548fc2dc082b0414c94b1c880e0228d9588caf725e369b 0.00 MB 1 0
33,802 33,802 00000000909efcde6b27e09ff940019b856974678d0ce33c50f3d95a9e5b060d 0.00 MB 1 0
33,801 33,801 00000000bcfd4e01ec5f327fe98c264cc20da834bb82e3edace31d2775df7366 0.00 MB 1 0
33,800 33,800 000000000d30a3dab7c120ca79ce032516f9dd2f99ee161e8eaba802b9f9c83b 0.00 MB 1 0
33,799 33,799 0000000000e111a8df8d915a26d0ef421f3509e3e60914e5b12e949026caeabc 0.00 MB 1 0
33,798 33,798 000000008246d5537a32bfb14313b52db42e917eb3a091cdab18a80bfdcbd6c4 0.00 MB 1 0
33,797 33,797 00000000d8256adc7610561acd4a96e96c9ec82322321a32b905a1c67f397e61 0.00 MB 1 0
33,796 33,796 000000008fc490b1a6d50b7f03cd2fded8e473a7e27021fac824698922df3025 0.00 MB 1 0
33,795 33,795 00000000393b11c9b38b9f9262f0bbffda597118cf7719f565668d491725213b 0.00 MB 1 0
33,794 33,794 00000000afdc2623149459a89c52d6697d78a2774a3d86274b146194dcb47fac 0.00 MB 1 0
33,793 33,793 00000000d1d7f5d8a6243fb661350192b0e7fcc828cb57923810e46808960286 0.00 MB 1 0
33,792 33,792 0000000069f35784b9a7ab05a246fddd193d0cb3c9865aa04b2470042ce88069 0.00 MB 1 0
33,791 33,791 000000008760020ca217da02d6127c7c4daa469ef8fa0d7ca7377de568b9b41e 0.00 MB 1 0
33,790 33,790 0000000044c66870ee74dc79519599909022d318f140e03425145dffece3a089 0.00 MB 1 0
33,789 33,789 000000001ea38a513d168df2e5041d879839e3abf197b16c04dee3103075cb96 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.49 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,866.71 GB sent, 104.86 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.