Memory Pool Memory Pool Refreshing

4,016 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,351 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (4,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,214 903,214 00000000000000000002582caaa807c2c18aff3171896e444d1146953b3566a8 1.62 MB 2,543 2
903,213 903,213 00000000000000000000a3bdb9a05972dd0502547a3b01e05d0519d5bc28aab6 1.72 MB 3,638 2
903,212 903,212 000000000000000000024986ffc7886147bbbb3d1a78134e6a18a48496561eb1 1.79 MB 4,965 1
903,211 903,211 00000000000000000000307e40367d128e7e69a3a22aa8fb723e60abb8ea9d4b 1.67 MB 4,263 3
903,210 903,210 000000000000000000025b02289cabce72638278d54f83b4aa6bc2f89bf951c9 1.63 MB 3,118 2
903,209 903,209 00000000000000000002045bfc3f2cf6ebbace2b9f392a10d37ab9b52e7a2847 1.67 MB 3,714 2
903,208 903,208 000000000000000000008b110f04030bace837b0e2b0436a9a9abb8c8b9529a5 0.11 MB 182 2
903,207 903,207 0000000000000000000091676028fcab8c7cb175f9dd38bb6c71cccd662577d3 1.28 MB 2,209 2
903,206 903,206 00000000000000000001942e19f6bc3c14955b1c8252bd718fd568299192feb7 1.95 MB 4,576 1
903,205 903,205 00000000000000000000be192767a61f4612899dd31225f19e7b1254155bbb04 0.24 MB 396 3
903,204 903,204 000000000000000000004c25cee353cf7fb9e9bbd07c7fb1528e37d936ccfdd5 0.04 MB 97 8
903,203 903,203 0000000000000000000100a4469b3a7c453a217f8d679451266bf9a4f8cf7599 1.27 MB 2,961 1
903,202 903,202 000000000000000000010b282db2c2faf38bac753ca465a2ddd8a3a492e8def0 1.74 MB 3,257 2
903,201 903,201 0000000000000000000216791cb040c4afd8d5484b028ce24e057ce3d8f0a2ac 1.70 MB 4,240 2
903,200 903,200 00000000000000000002088d538d909132a088e469893432eb9187281430ace6 1.32 MB 3,390 2
903,199 903,199 0000000000000000000230dd3ece8bac0be314810c4134a1f4578f1645b4fc38 0.54 MB 576 2
903,198 903,198 00000000000000000002133d68e23096623f7adbc315e2514da746049db0340d 0.99 MB 2,481 2
903,197 903,197 00000000000000000001dfc492e6516658bf3bcf45505359c74dde08420950c2 1.81 MB 3,388 1
903,196 903,196 00000000000000000001d92d3f278bfc63bb9e97bfa2ebfeb25c9107e49713ca 1.89 MB 3,934 1
903,195 903,195 000000000000000000015846721b85277d5964a25b586a943d67d774a249d06e 1.73 MB 4,248 1
903,194 903,194 0000000000000000000115659850dab17866ce8f7365d20e7142f53202f8c321 1.83 MB 2,935 2
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.