Memory Pool Memory Pool Refreshing

738 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,010 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 705 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (752,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,802 155,802 0000000000000ecd37750cfd492a61b2959e8d2644ee97fe3007c90cfe015886 0.02 MB 44 67
155,801 155,801 0000000000000d73a4aaf23d74da8ae8519f8bbfacff231ebe0e79087daa3303 0.00 MB 8 92
155,800 155,800 00000000000003942bca6f7ebcb545c8ff9ac6697adb6c6ac920b584f6f46cb1 0.00 MB 7 249
155,799 155,799 000000000000035c20d3b84896388e35889acf898557c1784c5277c7355a35ff 0.04 MB 65 144
155,798 155,798 0000000000000d74c8c1bcc90c46461e854a7390a3b997bcf4ad9a53d9c5ec7f 0.03 MB 27 67
155,797 155,797 0000000000000e406006a3f52dffd099897b8f7ad9857049ff6c0581833266ad 0.01 MB 37 0
155,796 155,796 000000000000073711e608faf22df86335d48dd1cc2c5d750d47ee553e627da1 0.02 MB 54 328
155,795 155,795 00000000000009aea11af5b5896e12f90d2c2e08d770db7cc829352464c1ddc5 0.01 MB 34 155
155,794 155,794 0000000000000d8bad117c10f4d87903a82d0a9d359700ed714a6e410f3380eb 0.03 MB 106 12
155,793 155,793 00000000000002039cb2334bddc59d1b5cae5a8f46aafe942d6cf105086d5d0d 0.00 MB 13 47
155,792 155,792 000000000000016337785fbc6410887a2350fca5e955083c7c5ddbe5c42e7c83 0.03 MB 77 233
155,791 155,791 0000000000000a37e42a9b501de70d2f39ca63c4273b06d4e61e93c4c6300b25 0.03 MB 51 85
155,790 155,790 0000000000000593a7d17905a66836a08ad59b04758a68b201fdc573581fe7c8 0.01 MB 24 202
155,789 155,789 00000000000008d18eab4bf2f98f4c2397c6587b977925ffb5c5aff047e114cf 0.02 MB 42 226
155,788 155,788 0000000000000e6cd9c7f4aa6e179871e7635e3af690ce5020d380a7ff7e2ca2 0.00 MB 5 145
155,787 155,787 0000000000000e0bbd09603a1ee3221e6b388b088bfe32a46545af04de33a3e0 0.01 MB 29 51
155,786 155,786 00000000000008fab188274b201822ac02c15037521b92391360ea5a4c67e06e 0.03 MB 120 510
155,785 155,785 00000000000006d494140c4c57d2eb23b6ed3d517f14df95338972937f791289 0.05 MB 143 51
155,784 155,784 000000000000097159e908a0ddb28e5300f8fd407fc0695ddf713020ebe23077 0.00 MB 13 0
155,783 155,783 00000000000007e5de61d9ed56d8cefbe02f6e3f7ea390ee54729447910070ff 0.01 MB 15 85
155,782 155,782 0000000000000c2a34c3eb7ddef6c0401e49ab5e1dfec421231c6dd9116f4fcc 0.00 MB 12 349
Previous 10 blocks ↓
Total Size: 769.56 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,649.38 GB sent, 95.76 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.