Memory Pool Memory Pool Refreshing

4,338 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,183 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (15,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,180 892,180 0000000000000000000159c0ddf14000478adae16ca529e307bee4ccf73cfcec 1.74 MB 4,065 7
892,179 892,179 00000000000000000001d5c88cf7663db8cdbfd996115cc45bbe333a6d878b6e 1.76 MB 3,665 12
892,178 892,178 00000000000000000001e781b7302ecbd0d13408a177a112765728dba9dd182e 1.80 MB 4,559 2
892,177 892,177 00000000000000000000c3570fa08641a4f5ae3bede1cab97d366e00527d827f 1.81 MB 4,548 5
892,176 892,176 00000000000000000001a1b7ba0d3619633a0b7f2c09dc56e1d6b5b6041a121b 1.86 MB 3,893 16
892,175 892,175 000000000000000000003a4211e69fea7474b46494fdf11695c2f5abc88d11a0 1.86 MB 3,258 13
892,174 892,174 00000000000000000000c45e16377ac08f5d06f6a523d892bfb222f51d171ae7 1.78 MB 3,041 2
892,173 892,173 000000000000000000015c486a260a3f80b7eabb99cceec9c1b19192495c6a4b 2.27 MB 2,224 2
892,172 892,172 00000000000000000001fd36bc514cad195e90cc0fa2744b76cec64aa14bbe2a 2.11 MB 3,451 1
892,171 892,171 0000000000000000000214f029bc68460e4f8b57256659752abbfba726a64ff8 1.52 MB 2,268 2
892,170 892,170 00000000000000000000d616effb7610c8a64538c07f8a3d32e2695f8556ea4e 1.80 MB 2,598 3
892,169 892,169 000000000000000000006e2fae821b36cbfecdd16a7dc45e1746fbe241a65bcc 0.53 MB 1,148 1
892,168 892,168 000000000000000000004f5a31b6d03d72772d65725f92411db63a7f9ea95076 0.68 MB 1,515 1
892,167 892,167 00000000000000000001c30c25a89aa5b9bc8a47e7dbdd1333c8db988c18fe93 1.50 MB 3,442 1
892,166 892,166 000000000000000000016e4a15ac90a8d0c10a70b2f419e4285dc5992e1b3dd5 2.02 MB 3,888 2
892,165 892,165 00000000000000000000fae0867ab4115fdeedbe7366ef28d0bba128cd4aa234 1.96 MB 2,693 1
892,164 892,164 00000000000000000000c972bac4e37614b8d97a18112e9ddcc2e85757491215 1.71 MB 2,909 6
892,163 892,163 00000000000000000001fa32b2cf2b5fcd2100a905cc08e73b1fc8beb895387a 1.92 MB 3,485 2
892,162 892,162 000000000000000000022c04263aec50edde5bb7a9efd7011c461dc92702f651 1.52 MB 2,943 14
892,161 892,161 00000000000000000000cb8f20b542e3c52e974d096334927937794a374be290 0.70 MB 1,184 2
892,160 892,160 000000000000000000020d092455b596aab14b72086d06c89137157eabb755ea 0.19 MB 507 1
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.60 GB sent, 94.42 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.