Memory Pool Memory Pool Refreshing

9,735 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,641 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (48,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,071 859,071 000000000000000000018b8a9c9d38a77cbfd3fd1519aa0e45fb78b31f256957 1.60 MB 3,357 8
859,070 859,070 000000000000000000023ff1f685d2089eca4074753e4bb195b5f08d23a5a92f 1.47 MB 3,250 14
859,069 859,069 0000000000000000000081510d879dfba66026f9e38808ec13b82b4e9d429016 1.70 MB 1,926 4
859,068 859,068 000000000000000000010a6d8c154ac641309495c666989c476e2bb8e8f836d9 1.67 MB 3,245 4
859,067 859,067 000000000000000000025d446a4301cf9da416380cf3fe54b5d17dc1cc282902 1.69 MB 2,485 13
859,066 859,066 000000000000000000022a127a18a5da1858db3400233e68ace76932c212ff43 1.62 MB 4,784 5
859,065 859,065 000000000000000000026c2477fba6ea0c84c557af9e69af464315b53e3e7542 1.45 MB 3,421 5
859,064 859,064 0000000000000000000273eef000bb6d72a4c2c86ef190980047fb2e1bd4db3c 1.65 MB 4,324 5
859,063 859,063 000000000000000000029b94f4755f8818fb9b356e51a094e9c107d88d878478 1.67 MB 3,291 7
859,062 859,062 00000000000000000000b26bade540152a714dff475ebb12e7941c6b0a538c2e 1.67 MB 3,466 5
859,061 859,061 00000000000000000002ec04428c6154f2aa0b0eb9c7a523b2ca8f9e0448a480 1.47 MB 2,787 13
859,060 859,060 00000000000000000001e9e22855011b3e1132743b522c45a81d042fb4cbd872 1.60 MB 6,657 3
859,059 859,059 00000000000000000003009b623fe232f3999114dc66b5fd7571d3b2c70ef2b7 1.47 MB 5,878 2
859,058 859,058 000000000000000000019e7361183a784611adc438f50c052f30358274a0f9c2 1.66 MB 4,279 5
859,057 859,057 00000000000000000002cb0b1f949d232fb479a9b4e56f66048b16110035370c 1.54 MB 3,281 9
859,056 859,056 00000000000000000000dcf43d9b0e79e9ec8ab26d6f42f9d945ce212e0b5931 1.65 MB 3,317 3
859,055 859,055 000000000000000000000d3ce4edf0678c7282deaf37428ed33d803bfda5d0a7 1.66 MB 3,577 5
859,054 859,054 0000000000000000000074efd8832cf4bd9d9dd117db69184806ae5a1dd1720f 1.57 MB 3,377 10
859,053 859,053 000000000000000000016424d235448c146698d5baa457ddb63047463909b134 1.65 MB 3,225 3
859,052 859,052 00000000000000000002259a7d036de206edb720ef1ed7fa54e1af8231a0c3b7 1.44 MB 2,766 7
859,051 859,051 000000000000000000029a824d22e0e752918048fc99591fd243a8eb437d1199 1.70 MB 6,044 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.28 GB sent, 93.03 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.