Memory Pool Memory Pool Refreshing

4,724 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
899,911 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,699 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,910 (7,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
892,159 892,159 000000000000000000024fad00e41d5a95fb19ed20b39342ccbe18fadc5de828 0.00 MB 1 0
892,158 892,158 00000000000000000000bdb697a6aea70de5ff9f61436ad294cb0b99dca28da6 1.06 MB 1,414 2
892,157 892,157 000000000000000000019b302f7a75c05dd224bdce33a1adc1ba42010931a800 1.34 MB 2,008 4
892,156 892,156 00000000000000000001a584f949043452cef672e72439667611ff00540ba543 0.03 MB 96 8
892,155 892,155 00000000000000000001b708e60407c5d833951e265f7e025d9a90e4e900c3e5 0.81 MB 1,247 3
Previous 10 blocks ↓
Total Size: 755.82 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: 544.04 GB sent, 27.48 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.