Memory Pool Memory Pool Refreshing

8,658 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (735,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,157 172,157 0000000000000afca60d1b32d79a982c8843f37eb6adc410c1b49379da0f79cf 0.02 MB 46 62
172,156 172,156 0000000000000645a1d737bce164ead5340c9b61d02ea9878fe2268c7bbeab14 0.03 MB 24 34
172,155 172,155 00000000000002556a6dc65fe3f053be1db6670a9955bf877a73121c2c907774 0.01 MB 20 63
172,154 172,154 00000000000009465f93bd97a19ddfaef60c3156be1b55edbcfd8125931d66a7 0.03 MB 112 18
172,153 172,153 000000000000069bdc361017e6d8bd8a56b9caee38a20a25be609046f2717c77 0.04 MB 90 105
172,152 172,152 00000000000008ae6226245dd83f6270479cf031fd1456df0e89187e8fb96895 0.00 MB 1 0
172,151 172,151 00000000000007a7fd0f32641eb38bea2dc2ea1938c2c5e89fa335c067aa10bd 0.00 MB 12 45
172,150 172,150 000000000000076f5c5d7b0cebcdf699c10dccda54b9d77b5e70abb0bf3123f2 0.05 MB 24 60
172,149 172,149 00000000000002111a3125dd1c80f4dc27bfdf948e48d16eac8ad327b9919f2d 0.04 MB 143 64
172,148 172,148 00000000000000a335ab5299fe77a94cfa1c904c2a92ce7e3878ec61661fadbc 0.00 MB 1 0
172,147 172,147 0000000000000a934003db0c462a3dc9a2043cb571f6244805301ea284d227a8 0.01 MB 23 56
172,146 172,146 00000000000002d050c00210d9e065eedc2f98239fbb3720bd195403db91494f 0.01 MB 38 119
172,145 172,145 0000000000000558cd64a09fbd00f2f6fe537462c4adf33670291e8a4f319ece 0.00 MB 5 149
172,144 172,144 000000000000098cf52fc3c41eb6664b686517998dab54a554742ae619d7c719 0.02 MB 68 52
172,143 172,143 00000000000001837c7131c076b0c5d6d63d23370e2f9095ed2de54ff0bd5052 0.00 MB 1 0
172,142 172,142 0000000000000290e4833e94df235418caabeb7e916546532746ee2f17215c72 0.03 MB 61 235
172,141 172,141 00000000000002e871e09a2f08b8e7b4a5ab4a2cd822525c3cb7a68a0f96cead 0.03 MB 34 28
172,140 172,140 000000000000068954b1f3ec60306868829f72262bfcca6fd72d188ecfb43e90 0.00 MB 1 0
172,139 172,139 00000000000006b6a7050434966fa2e44e249785821340c5db35e5111945e09e 0.02 MB 45 302
172,138 172,138 00000000000004d853b7e8cadf5f66c040a46a6385b5ae3ad06de5519b7a90ce 0.00 MB 1 0
172,137 172,137 000000000000008af776f78410d16debecb172c99c0271510a57471f3cfe332d 0.02 MB 33 11
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.